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:
4da43d3
)
packages/libs/glib2: fix dependency issue (#5590)
author
Alexandros C. Couloumbis
<alex@ozo.com>
Wed, 23 Jun 2010 08:26:33 +0000
(08:26 +0000)
committer
Alexandros C. Couloumbis
<alex@ozo.com>
Wed, 23 Jun 2010 08:26:33 +0000
(08:26 +0000)
SVN-Revision: 21884
libs/glib2/Makefile
patch
|
blob
|
history
diff --git
a/libs/glib2/Makefile
b/libs/glib2/Makefile
index 3105a0b377d667da1ffd0d25859f8ca040d19a46..5948e6d26419284443ede8ad9854250b3322eccc 100644
(file)
--- a/
libs/glib2/Makefile
+++ b/
libs/glib2/Makefile
@@
-28,7
+28,7
@@
include $(INCLUDE_DIR)/package.mk
define Package/glib2
SECTION:=libs
CATEGORY:=Libraries
- DEPENDS:=+libiconv +libintl
+ DEPENDS:=+libiconv +libintl
+gettext
TITLE:=glib 2.0
URL:=http://www.gtk.org/
endef