diff options
author | John Crispin <blogic@openwrt.org> | 2014-07-06 08:49:32 +0100 |
---|---|---|
committer | John Crispin <blogic@openwrt.org> | 2014-07-06 08:50:17 +0100 |
commit | c5b89e2ea20c40afbb605bf04cd0cbafdbfa9247 (patch) | |
tree | a3a0556e83fef225a890071a8488248a10c8ac26 | |
parent | 05333835343f07e2c70d30697d63f2293d313acb (diff) |
glib2: add libattr dependency
Signed-off-by: John Crispin <blogic@openwrt.org>
-rw-r--r-- | libs/glib2/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/glib2/Makefile b/libs/glib2/Makefile index 2674da1cf..c9dd7b692 100644 --- a/libs/glib2/Makefile +++ b/libs/glib2/Makefile @@ -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/ |