- fixes gcc 4.8 error by using a version later than 428
see https://code.google.com/p/boblight/issues/detail?id=36
- add libusb-1.0 dependency

Signed-off-by: Dirk Neukirchen <dirkneukirc...@web.de>
---
 utils/boblight/Makefile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/utils/boblight/Makefile b/utils/boblight/Makefile
index 410a132..07e804c 100644
--- a/utils/boblight/Makefile
+++ b/utils/boblight/Makefile
@@ -8,7 +8,7 @@
 include $(TOPDIR)/rules.mk
 
 PKG_NAME:=boblight
-PKG_REV:=412
+PKG_REV:=478
 PKG_VERSION:=$(PKG_REV)
 PKG_RELEASE:=2
 
@@ -61,7 +61,7 @@ define Package/boblight-daemon
   SECTION:=utils
   CATEGORY:=Utilities
   TITLE+= (daemon)
-  DEPENDS+= +libboblight
+  DEPENDS+= +libboblight +libusb-1.0
 endef
 
 define Package/boblight-daemon/conffiles
-- 
1.8.5.2
_______________________________________________
openwrt-devel mailing list
openwrt-devel@lists.openwrt.org
https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel

Reply via email to