hidapi: Fix iconv depends 1701/head
authorTed Hess <thess@kitschensync.net>
Fri, 21 Aug 2015 19:19:35 +0000 (15:19 -0400)
committerTed Hess <thess@kitschensync.net>
Fri, 21 Aug 2015 19:24:02 +0000 (15:24 -0400)
Signed-off-by: Ted Hess <thess@kitschensync.net>
libs/hidapi/Makefile

index efdbbf5168eb8b162ef7149c510216de31626f09..e8ef7335941a5236417ff8706aad0a72826c6fab 100644 (file)
@@ -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