2
0
mirror of https://codeberg.org/kiss-community/repo synced 2024-07-02 14:02:27 +00:00

glib: Fix no libelf

This commit is contained in:
Dylan Araps 2020-03-15 19:18:12 +02:00
parent a429d77700
commit 8b07161731
No known key found for this signature in database
GPG Key ID: 46D62DD9F1DE636E

View File

@ -3,8 +3,8 @@
export DESTDIR="$1"
# Remove 'libelf' and 'util-linux' dependencies.
sed -i 's/if have_libelf/if not have_libelf/' gio/meson.build
sed -i 's/libmount_dep.found()/false/' meson.build
sed -i 's/HAVE_LIBELF/HAVE_KISS/' gio/meson.build
sed -i 's/libmount_dep.found()/false/' meson.build
# Don't build tests/fuzzing stuff.
find . -type f -name meson.build -exec \