mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-24 01:33:10 +02:00
Fix dependencies and build (#1849)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7555 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
6c1015f0d3
commit
bf9d54cf88
@ -24,14 +24,14 @@ define Package/spca5xx-view
|
|||||||
SECTION:=utils
|
SECTION:=utils
|
||||||
CATEGORY:=Utilities
|
CATEGORY:=Utilities
|
||||||
TITLE:=spca5xx streaming applicaton
|
TITLE:=spca5xx streaming applicaton
|
||||||
DEPENDS:=kmod-spca5xx-le libpthread
|
DEPENDS:=+kmod-spca5xx-le +libpthread
|
||||||
DESCRIPTION:=\
|
DESCRIPTION:=\
|
||||||
This package contains a streaming daemon for spca5xx based webcams
|
This package contains a streaming daemon for spca5xx based webcams
|
||||||
URL:=http://www.acmesystems.it
|
URL:=http://www.acmesystems.it
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Build/Compile
|
define Build/Compile
|
||||||
$(MAKE) -C $(PKG_BUILD_DIR)/servfox/ CFLAGS=$(TARTGET_CFLAGS) CC=$(TARGET_CC)
|
$(MAKE) -C $(PKG_BUILD_DIR)/servfox/ CFLAGS=$(TARTGET_CFLAGS) CC=$(TARGET_CC) all
|
||||||
$(MAKE) -C $(PKG_BUILD_DIR)/servfox/ PREFIX="$(PKG_INSTALL_DIR)" install
|
$(MAKE) -C $(PKG_BUILD_DIR)/servfox/ PREFIX="$(PKG_INSTALL_DIR)" install
|
||||||
endef
|
endef
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user