mirror of
https://github.com/Dasharo/systemd.git
synced 2026-03-06 15:02:31 -08:00
meson: correctly display enabled features
In 9cf75222f2 the conf.get() statements for `bpf-framework` and
`valgrind` were dropped, which causes the respective features to always
show as disabled (since they don't follow the "standard" naming scheme
with HAVE_/ENABLE_ prefixes).
This commit is contained in:
committed by
Luca Boccassi
parent
68ee5d774c
commit
ff7e7c2b3a
@@ -3923,7 +3923,7 @@ foreach tuple : [
|
||||
# components
|
||||
['backlight'],
|
||||
['binfmt'],
|
||||
['bpf-framework'],
|
||||
['bpf-framework', conf.get('BPF_FRAMEWORK') == 1],
|
||||
['coredump'],
|
||||
['environment.d'],
|
||||
['efi'],
|
||||
@@ -3984,7 +3984,7 @@ foreach tuple : [
|
||||
['debug hashmap'],
|
||||
['debug mmap cache'],
|
||||
['debug siphash'],
|
||||
['valgrind'],
|
||||
['valgrind', conf.get('VALGRIND') == 1],
|
||||
['trace logging', conf.get('LOG_TRACE') == 1],
|
||||
['install tests', install_tests],
|
||||
['link-udev-shared', get_option('link-udev-shared')],
|
||||
|
||||
Reference in New Issue
Block a user