From c0bf7165e6bbe994e0d0eefbd0bc6750940f8547 Mon Sep 17 00:00:00 2001 From: Florian Fainelli Date: Fri, 11 May 2007 17:03:54 +0000 Subject: [PATCH] Fix wrong dependency, gettext provides libintl, not gettext SVN-Revision: 7186 --- libs/glib2/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs/glib2/Makefile b/libs/glib2/Makefile index 65aba9e8d1..5653b3c51f 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.30.2