dbus: readd libpthread dependency (accidentally removed)

Signed-off-by: Steven Barth <steven@midlink.org>
This commit is contained in:
Steven Barth 2014-12-18 09:51:10 +01:00
parent 912744785b
commit d24befd61c
1 changed files with 1 additions and 0 deletions

View File

@ -47,6 +47,7 @@ define Package/libdbus
$(call Package/dbus/Default)
CATEGORY:=Libraries
TITLE+= (library)
DEPENDS:= +libpthread
endef
define Package/libdbus/Description