projects
/
feed
/
packages.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0533383
)
glib2: add libattr dependency
author
John Crispin
<blogic@openwrt.org>
Sun, 6 Jul 2014 07:49:32 +0000
(08:49 +0100)
committer
John 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
patch
|
blob
|
history
diff --git
a/libs/glib2/Makefile
b/libs/glib2/Makefile
index 2674da1cfc7066de65ffe48163b16e2960163cb2..c9dd7b692b7bd6c66aa2209f13e2d20238ae0c61 100644
(file)
--- 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/