projects
/
packages.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d0588dc
)
libv4l: fix dependencies
author
nbd
<nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Mon, 11 Jun 2012 23:30:18 +0000
(23:30 +0000)
committer
nbd
<nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Mon, 11 Jun 2012 23:30:18 +0000
(23:30 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/packages@32235
3c298f89
-4303-0410-b956-
a3cf2f4a3e73
libs/libv4l/Makefile
patch
|
blob
|
history
diff --git
a/libs/libv4l/Makefile
b/libs/libv4l/Makefile
index
f201e32
..
af3b880
100644
(file)
--- a/
libs/libv4l/Makefile
+++ b/
libs/libv4l/Makefile
@@
-23,7
+23,6
@@
include $(INCLUDE_DIR)/package.mk
define Package/libv4l/Default
TITLE:=Video 4 Linux
URL:=http://www.linuxtv.org/
- DEPENDS:=+libpthread
endef
define Package/libv4l/Default/description
@@
-46,6
+45,7
@@
define Package/libv4l
SECTION:=libs
CATEGORY:=Libraries
TITLE+= wrapper libraries
+ DEPENDS := +libpthread +librt
endef
define Package/libv4l/description
@@
-57,7
+57,7
@@
define Package/v4l-utils
SECTION:=utils
CATEGORY:=Utilities
TITLE+= utilities
- DEPENDS
+= +librt
+libv4l +uclibcxx
+ DEPENDS
:=
+libv4l +uclibcxx
endef
define Package/v4l-utils/description