mirror of
https://github.com/microsoft/vcpkg.git
synced 2025-01-15 19:38:10 +08:00
13 lines
381 B
Diff
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
|