Browse Source

Merge pull request #6374 from luizluca/sane-fix_libusb

sane-backends: fix libusb dependency
lilik-openwrt-22.03
Luiz Angelo Daros de Luca 6 years ago
committed by GitHub
parent
commit
5a2d77cc8d
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions
  1. +3
    -3
      utils/sane-backends/Makefile

+ 3
- 3
utils/sane-backends/Makefile View File

@ -1,6 +1,6 @@
# #
# Copyright (C) 2006-2016 OpenWrt.org # Copyright (C) 2006-2016 OpenWrt.org
# Copyright (C) 2017 Luiz Angelo Daros de Luca <luizluca@gmail.com>
# Copyright (C) 2017-2018 Luiz Angelo Daros de Luca <luizluca@gmail.com>
# #
# This is free software, licensed under the GNU General Public License v2. # This is free software, licensed under the GNU General Public License v2.
# See /LICENSE for more information. # See /LICENSE for more information.
@ -10,7 +10,7 @@ include $(TOPDIR)/rules.mk
PKG_NAME:=sane-backends PKG_NAME:=sane-backends
PKG_VERSION:=1.0.27 PKG_VERSION:=1.0.27
PKG_RELEASE:=1
PKG_RELEASE:=2
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
PKG_SOURCE_URL:=http://fossies.org/linux/misc \ PKG_SOURCE_URL:=http://fossies.org/linux/misc \
https://alioth.debian.org/frs/download.php/file/4146/ https://alioth.debian.org/frs/download.php/file/4146/
@ -136,7 +136,7 @@ define Package/libsane
$(call Package/sane-backends/Default) $(call Package/sane-backends/Default)
SECTION:=libs SECTION:=libs
CATEGORY:=Libraries CATEGORY:=Libraries
DEPENDS:=+libusb-compat
DEPENDS:=+libusb-1.0
TITLE+= (libraries) TITLE+= (libraries)
endef endef


Loading…
Cancel
Save