packages/libs/glib2: fix dependency issue (#5590)
authorAlexandros C. Couloumbis <alex@ozo.com>
Wed, 23 Jun 2010 08:26:33 +0000 (08:26 +0000)
committerAlexandros C. Couloumbis <alex@ozo.com>
Wed, 23 Jun 2010 08:26:33 +0000 (08:26 +0000)
SVN-Revision: 21884

libs/glib2/Makefile

index 3105a0b377d667da1ffd0d25859f8ca040d19a46..5948e6d26419284443ede8ad9854250b3322eccc 100644 (file)
@@ -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