From 441f6fa5a15e4d226940bf682fc887e5d81978b7 Mon Sep 17 00:00:00 2001 From: florian Date: Fri, 11 May 2007 17:03:54 +0000 Subject: [PATCH] Fix wrong dependency, gettext provides libintl, not gettext git-svn-id: svn://svn.openwrt.org/openwrt/packages@7186 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- libs/glib2/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs/glib2/Makefile b/libs/glib2/Makefile index 65aba9e8d..5653b3c51 100644 --- 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/ -- 2.11.0