index
:
openwrt-packages.git
Community maintained packages for OpenWrt
log msg
author
committer
range
linksys3200ac-master
master
update/libndpi-to-4.6
update/udpspeeder
about
summary
refs
log
tree
commit
diff
path:
root
/
libs
diff options
context:
1
2
3
4
5
6
7
8
9
10
15
20
25
30
35
40
space:
include
ignore
mode:
unified
ssdiff
stat only
author
Ted Hess <thess@kitschensync.net>
2015-08-21 15:19:35 -0400
committer
Ted Hess <thess@kitschensync.net>
2015-08-21 15:24:02 -0400
commit
242089ecc62bbb7e0716ccfc11db4231ff8cc180
(
patch
)
tree
dc09603cebe034eed45a3c84cfa2cd85bd079cd6
/
libs
parent
28804d8d9792d8e10c6008d8ea84c1cb3ce9d3e3
(
diff
)
hidapi: Fix iconv depends
Signed-off-by: Ted Hess <thess@kitschensync.net>
Diffstat
(limited to 'libs')
-rw-r--r--
libs/hidapi/Makefile
4
1 files changed, 2 insertions, 2 deletions
diff --git a/libs/hidapi/Makefile b/libs/hidapi/Makefile
index efdbbf516..e8ef73359 100644
--- a/
libs/hidapi/Makefile
+++ b/
libs/hidapi/Makefile
@@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
PKG_NAME:=hidapi
PKG_VERSION:=0.8.0-rc1
-PKG_RELEASE:=1
+PKG_RELEASE:=2
PKG_SOURCE_PROTO:=git
PKG_SOURCE_URL:=https://github.com/signal11/hidapi.git
@@ -27,7 +27,7 @@ include $(INCLUDE_DIR)/nls.mk
define Package/hidapi
SECTION:=libs
CATEGORY:=Libraries
- DEPENDS:=+libusb-1.0 +libiconv +librt
+ DEPENDS:=+libusb-1.0 +librt $(ICONV_DEPENDS)
TITLE:=Library to talk to HID devices
URL:=http://www.signal11.us/oss/hidapi/
endef