This website works better with JavaScript.
Home
Help
Sign In
LILiK
/
openwrt-packages-dist
Watch
5
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
0
Wiki
Activity
Browse Source
glib2: add libattr dependency
Signed-off-by: John Crispin <blogic@openwrt.org>
lilik-openwrt-22.03
John Crispin
11 years ago
parent
0533383534
commit
c5b89e2ea2
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
libs/glib2/Makefile
+ 1
- 1
libs/glib2/Makefile
View File
@ -30,7 +30,7 @@ include $(INCLUDE_DIR)/nls.mk
d
e
f
i
n
e
P
a
c
k
a
g
e
/
g
l
i
b
2
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/
Write
Preview
Loading…
Cancel
Save