vcpkg/ports/glib/suppress-libelf-dependency.patch
2023-10-13 11:05:57 -07:00

13 lines
381 B
Diff

diff --git a/gio/meson.build b/gio/meson.build
--- a/gio/meson.build
+++ b/gio/meson.build
@@ -935,7 +935,7 @@ endif
# Dependencies used by executables below
have_libelf = false
libelf = dependency('libelf', version : '>= 0.8.12', required : false)
-if libelf.found()
+if false
have_libelf = true
else
# This fallback is necessary on *BSD. elfutils isn't the only libelf