forked from kiss-community/repo
glib: Fix no libelf
This commit is contained in:
parent
a429d77700
commit
8b07161731
@ -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 \
|
||||
|
Loading…
Reference in New Issue
Block a user