From: Felix Fietkau Date: Tue, 12 Jun 2012 01:56:52 +0000 (+0000) Subject: phidget21: add missing dependency X-Git-Url: http://git.cdn.openwrt.org/?a=commitdiff_plain;h=5eae86a9e4038a74b4bc0322a89cb351bb10c57a;p=openwrt%2Fsvn-archive%2Farchive.git phidget21: add missing dependency SVN-Revision: 32255 --- diff --git a/libs/phidget21/Makefile b/libs/phidget21/Makefile index ccfd443edc..70a2ef82d2 100644 --- 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