[packages] glib2: add missing dependencies (#11659)
authorJo-Philipp Wich <jow@openwrt.org>
Tue, 12 Jun 2012 09:32:41 +0000 (09:32 +0000)
committerJo-Philipp Wich <jow@openwrt.org>
Tue, 12 Jun 2012 09:32:41 +0000 (09:32 +0000)
SVN-Revision: 32265

libs/glib2/Makefile

index da44539016c793ab053bbd8b81a2329c1c3eafe7..750b197f123019fe55e15f01e4a7f1b5dce09934 100644 (file)
@@ -30,7 +30,7 @@ include $(INCLUDE_DIR)/nls.mk
 define Package/glib2
   SECTION:=libs
   CATEGORY:=Libraries
-  DEPENDS:=$(ICONV_DEPENDS) $(INTL_DEPENDS)
+  DEPENDS:=$(ICONV_DEPENDS) $(INTL_DEPENDS) +zlib +libpthread
   TITLE:=glib 2.0
   URL:=http://www.gtk.org/
 endef