glib: don't pull in libelf

This commit is contained in:
Dylan Araps 2019-08-18 09:32:44 +00:00
parent bba1cc7dd9
commit 2326ac949c
3 changed files with 5 additions and 3 deletions

View File

@ -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 \

View File

@ -1,4 +1,3 @@
libxslt
libffi
util-linux
meson make
util-linux

View File

@ -1 +1 @@
2.60.6 1
2.60.6 2