projects
/
packages.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
68c17a4
)
phidget21: add missing dependency
author
nbd
<nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Tue, 12 Jun 2012 01:56:52 +0000
(
01:56
+0000)
committer
nbd
<nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Tue, 12 Jun 2012 01:56:52 +0000
(
01:56
+0000)
git-svn-id: svn://svn.openwrt.org/openwrt/packages@32255
3c298f89
-4303-0410-b956-
a3cf2f4a3e73
libs/phidget21/Makefile
patch
|
blob
|
history
diff --git
a/libs/phidget21/Makefile
b/libs/phidget21/Makefile
index
ccfd443
..
70a2ef8
100644
(file)
--- a/
libs/phidget21/Makefile
+++ b/
libs/phidget21/Makefile
@@
-21,6
+21,7
@@
include $(INCLUDE_DIR)/package.mk
define Package/phidget21
SECTION:=libs
CATEGORY:=Libraries
+ DEPENDS:=+libpthread
TITLE:=Phidget API
URL:=http://www.phidgets.com/
endef