projects
/
openwrt
/
svn-archive
/
packages.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4196572
)
glib2: add missing dependencies (#11659)
author
Jo-Philipp Wich
<jow@openwrt.org>
Tue, 12 Jun 2012 09:32:41 +0000
(09:32 +0000)
committer
Jo-Philipp Wich
<jow@openwrt.org>
Tue, 12 Jun 2012 09:32:41 +0000
(09:32 +0000)
SVN-Revision: 32265
libs/glib2/Makefile
patch
|
blob
|
history
diff --git
a/libs/glib2/Makefile
b/libs/glib2/Makefile
index da44539016c793ab053bbd8b81a2329c1c3eafe7..750b197f123019fe55e15f01e4a7f1b5dce09934 100644
(file)
--- a/
libs/glib2/Makefile
+++ b/
libs/glib2/Makefile
@@
-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