projects
/
openwrt
/
svn-archive
/
packages.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a0d961c
)
libusb-1.0: add missing dependencies
author
Felix Fietkau
<nbd@openwrt.org>
Mon, 11 Jun 2012 23:30:21 +0000
(23:30 +0000)
committer
Felix Fietkau
<nbd@openwrt.org>
Mon, 11 Jun 2012 23:30:21 +0000
(23:30 +0000)
SVN-Revision: 32236
libs/libusb-1.0/Makefile
patch
|
blob
|
history
diff --git
a/libs/libusb-1.0/Makefile
b/libs/libusb-1.0/Makefile
index 071a0fa6c8cf384e1d83eb5cefae34b08d8a9fbd..859b51845c51ac1a37eb983f69159ae02e6e1a40 100644
(file)
--- a/
libs/libusb-1.0/Makefile
+++ b/
libs/libusb-1.0/Makefile
@@
-22,6
+22,7
@@
define Package/libusb-1.0
SECTION:=libs
CATEGORY:=Libraries
TITLE:=libusb-1.0
+ DEPENDS:=+libpthread +librt
URL:=http://libusb.wiki.sourceforge.net/
endef