Fix wrong dependency, gettext provides libintl, not gettext
authorflorian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Fri, 11 May 2007 17:03:54 +0000 (17:03 +0000)
committerflorian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Fri, 11 May 2007 17:03:54 +0000 (17:03 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/packages@7186 3c298f89-4303-0410-b956-a3cf2f4a3e73

libs/glib2/Makefile

index 65aba9e..5653b3c 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/