From: Luiz Angelo Daros de Luca Date: Thu, 28 Jun 2018 03:33:25 +0000 (-0300) Subject: sane-backends: fix libusb dependency X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=c4a25df0c64dea1b9af71931f26dc6c3f3f15f63;p=openwrt-packages.git sane-backends: fix libusb dependency libusb-compat was still required by package but sane was already builing and linking libusb-1.0. It was working because libusb-compat requires libusb-1.0. Signed-off-by: Luiz Angelo Daros de Luca --- diff --git a/utils/sane-backends/Makefile b/utils/sane-backends/Makefile index 4437a7bcd..caccb4523 100644 --- a/utils/sane-backends/Makefile +++ b/utils/sane-backends/Makefile @@ -1,6 +1,6 @@ # # Copyright (C) 2006-2016 OpenWrt.org -# Copyright (C) 2017 Luiz Angelo Daros de Luca +# Copyright (C) 2017-2018 Luiz Angelo Daros de Luca # # This is free software, licensed under the GNU General Public License v2. # See /LICENSE for more information. @@ -10,7 +10,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=sane-backends PKG_VERSION:=1.0.27 -PKG_RELEASE:=1 +PKG_RELEASE:=2 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=http://fossies.org/linux/misc \ https://alioth.debian.org/frs/download.php/file/4146/ @@ -136,7 +136,7 @@ define Package/libsane $(call Package/sane-backends/Default) SECTION:=libs CATEGORY:=Libraries - DEPENDS:=+libusb-compat + DEPENDS:=+libusb-1.0 TITLE+= (libraries) endef