[packages] boblight libc++ fix
git-svn-id: svn://svn.openwrt.org/openwrt/packages@32971 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
ab2bb1a557
commit
6b48c79e31
@ -20,6 +20,7 @@ PKG_SOURCE_VERSION:=$(PKG_REV)
|
|||||||
|
|
||||||
PKG_INSTALL:=1
|
PKG_INSTALL:=1
|
||||||
|
|
||||||
|
include $(INCLUDE_DIR)/uclibc++.mk
|
||||||
include $(INCLUDE_DIR)/package.mk
|
include $(INCLUDE_DIR)/package.mk
|
||||||
|
|
||||||
define Package/boblight/Default
|
define Package/boblight/Default
|
||||||
@ -27,7 +28,7 @@ define Package/boblight/Default
|
|||||||
CATEGORY:=Utilities
|
CATEGORY:=Utilities
|
||||||
TITLE:=Tools for driving lights connected to an external controller
|
TITLE:=Tools for driving lights connected to an external controller
|
||||||
URL:=http://code.google.com/p/boblight/
|
URL:=http://code.google.com/p/boblight/
|
||||||
DEPENDS:=+librt +uclibcxx
|
DEPENDS:=+librt $(CXX_DEPENDS)
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Package/boblight/Default/description
|
define Package/boblight/Default/description
|
||||||
@ -91,7 +92,6 @@ CONFIGURE_ARGS += \
|
|||||||
--without-portaudio \
|
--without-portaudio \
|
||||||
--without-x11
|
--without-x11
|
||||||
|
|
||||||
TARGET_CXX = $(STAGING_DIR)/host/bin/g++-uc
|
|
||||||
|
|
||||||
define Build/InstallDev
|
define Build/InstallDev
|
||||||
$(INSTALL_DIR) $(1)/usr/include/libboblight
|
$(INSTALL_DIR) $(1)/usr/include/libboblight
|
||||||
|
Loading…
x
Reference in New Issue
Block a user