From 242089ecc62bbb7e0716ccfc11db4231ff8cc180 Mon Sep 17 00:00:00 2001 From: Ted Hess Date: Fri, 21 Aug 2015 15:19:35 -0400 Subject: [PATCH] hidapi: Fix iconv depends Signed-off-by: Ted Hess --- libs/hidapi/Makefile | 4 ++-- 1 file 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