Fix wrong dependency, gettext provides libintl, not gettext
authorFlorian Fainelli <florian@openwrt.org>
Fri, 11 May 2007 17:03:54 +0000 (17:03 +0000)
committerFlorian Fainelli <florian@openwrt.org>
Fri, 11 May 2007 17:03:54 +0000 (17:03 +0000)
SVN-Revision: 7186

libs/glib2/Makefile

index 65aba9e8d1764ef0b60e67ca807c19c2eb3e27a3..5653b3c51f49a6f61b35da23e080f141c0335a25 100644 (file)
@@ -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/