phidget21: add missing dependency
authorFelix Fietkau <nbd@openwrt.org>
Tue, 12 Jun 2012 01:56:52 +0000 (01:56 +0000)
committerFelix Fietkau <nbd@openwrt.org>
Tue, 12 Jun 2012 01:56:52 +0000 (01:56 +0000)
SVN-Revision: 32255

libs/phidget21/Makefile

index ccfd443edc7ab78dc10d362e2378abce48ce4821..70a2ef82d2d212b95952102a279d906011984140 100644 (file)
@@ -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