projects
/
openwrt
/
svn-archive
/
archive.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a722aaf
)
Fix wrong dependency, gettext provides libintl, not gettext
author
Florian Fainelli
<florian@openwrt.org>
Fri, 11 May 2007 17:03:54 +0000
(17:03 +0000)
committer
Florian Fainelli
<florian@openwrt.org>
Fri, 11 May 2007 17:03:54 +0000
(17:03 +0000)
SVN-Revision: 7186
libs/glib2/Makefile
patch
|
blob
|
history
diff --git
a/libs/glib2/Makefile
b/libs/glib2/Makefile
index 65aba9e8d1764ef0b60e67ca807c19c2eb3e27a3..5653b3c51f49a6f61b35da23e080f141c0335a25 100644
(file)
--- a/
libs/glib2/Makefile
+++ b/
libs/glib2/Makefile
@@
-25,7
+25,7
@@
include $(INCLUDE_DIR)/package.mk
define Package/glib2
SECTION:=libs
CATEGORY:=Libraries
- DEPENDS:=+libiconv +
gettext
+ DEPENDS:=+libiconv +
libintl
TITLE:=glib 2.0
DESCRIPTION:=The GLib library of C routines
URL:=http://www.gtk.org/