boblight: update to boblight 478
- 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 <dirkneukirchen@web.de> git-svn-id: svn://svn.openwrt.org/openwrt/packages@39493 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
d94aef04e1
commit
c1a7fee484
@ -8,7 +8,7 @@
|
|||||||
include $(TOPDIR)/rules.mk
|
include $(TOPDIR)/rules.mk
|
||||||
|
|
||||||
PKG_NAME:=boblight
|
PKG_NAME:=boblight
|
||||||
PKG_REV:=412
|
PKG_REV:=478
|
||||||
PKG_VERSION:=$(PKG_REV)
|
PKG_VERSION:=$(PKG_REV)
|
||||||
PKG_RELEASE:=2
|
PKG_RELEASE:=2
|
||||||
|
|
||||||
@ -61,7 +61,7 @@ define Package/boblight-daemon
|
|||||||
SECTION:=utils
|
SECTION:=utils
|
||||||
CATEGORY:=Utilities
|
CATEGORY:=Utilities
|
||||||
TITLE+= (daemon)
|
TITLE+= (daemon)
|
||||||
DEPENDS+= +libboblight
|
DEPENDS+= +libboblight +libusb-1.0
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Package/boblight-daemon/conffiles
|
define Package/boblight-daemon/conffiles
|
||||||
|
Loading…
x
Reference in New Issue
Block a user