glib2: add libattr dependency
authorJohn Crispin <blogic@openwrt.org>
Sun, 6 Jul 2014 07:49:32 +0000 (08:49 +0100)
committerJohn Crispin <blogic@openwrt.org>
Sun, 6 Jul 2014 07:50:17 +0000 (08:50 +0100)
Signed-off-by: John Crispin <blogic@openwrt.org>
libs/glib2/Makefile

index 2674da1cfc7066de65ffe48163b16e2960163cb2..c9dd7b692b7bd6c66aa2209f13e2d20238ae0c61 100644 (file)
@@ -30,7 +30,7 @@ include $(INCLUDE_DIR)/nls.mk
 define Package/glib2
   SECTION:=libs
   CATEGORY:=Libraries
-  DEPENDS:=$(ICONV_DEPENDS) $(INTL_DEPENDS) +zlib +libpthread +libffi
+  DEPENDS:=$(ICONV_DEPENDS) $(INTL_DEPENDS) +zlib +libpthread +libffi +libattr
   TITLE:=glib 2.0
   MAINTAINER:=Peter Wagner <tripolar@gmx.at>
   URL:=http://www.gtk.org/