forked from kiss-community/repo
glib: don't pull in libelf
This commit is contained in:
parent
bba1cc7dd9
commit
2326ac949c
@ -1,5 +1,8 @@
|
||||
#!/bin/sh -e
|
||||
|
||||
# Remove 'libelf' dependency.
|
||||
sed -i'' 's/if have_libelf/if not have_libelf/' gio/meson.build
|
||||
|
||||
meson \
|
||||
--prefix=/usr \
|
||||
-Dman=false \
|
||||
|
@ -1,4 +1,3 @@
|
||||
libxslt
|
||||
libffi
|
||||
util-linux
|
||||
meson make
|
||||
util-linux
|
||||
|
@ -1 +1 @@
|
||||
2.60.6 1
|
||||
2.60.6 2
|
||||
|
Loading…
Reference in New Issue
Block a user