mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-12-25 06:56:14 +01:00
Merge branch '3120-libelf-disabling' into 'main'
build: Fix -Dlibelf=disabled on Linux Closes #3120 See merge request GNOME/glib!3648
This commit is contained in:
commit
6ad6180b3c
@ -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 libelf.found() and get_option('libelf').allowed()
|
||||
have_libelf = true
|
||||
else
|
||||
# This fallback is necessary on *BSD. elfutils isn't the only libelf
|
||||
|
Loading…
Reference in New Issue
Block a user