From 0cf323eccc8ab0ad1f98d43292f3784f0cf3b8b6 Mon Sep 17 00:00:00 2001 From: "Alexandros C. Couloumbis" Date: Wed, 23 Jun 2010 08:26:33 +0000 Subject: [PATCH] packages/libs/glib2: fix dependency issue (#5590) SVN-Revision: 21884 --- libs/glib2/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs/glib2/Makefile b/libs/glib2/Makefile index 3105a0b377..5948e6d264 100644 --- a/libs/glib2/Makefile +++ b/libs/glib2/Makefile @@ -28,7 +28,7 @@ include $(INCLUDE_DIR)/package.mk define Package/glib2 SECTION:=libs CATEGORY:=Libraries - DEPENDS:=+libiconv +libintl + DEPENDS:=+libiconv +libintl +gettext TITLE:=glib 2.0 URL:=http://www.gtk.org/ endef -- 2.30.2