meson: fix setting of ENABLE_OOMD

-Doomd=auto (the default) didn't work as intended because the initial correct
value was overwritten later by logic that didn't check for 'auto'.
This commit is contained in:
Zbigniew Jędrzejewski-Szmek 2020-10-27 10:19:15 +01:00
parent d0c4275c21
commit a881d96183
1 changed files with 1 additions and 1 deletions

View File

@ -1422,6 +1422,7 @@ else
endif
endif
conf.set10('ENABLE_OOMD', have)
substs.set10('ENABLE_OOMD', have)
want_remote = get_option('remote')
if want_remote != 'false'
@ -1462,7 +1463,6 @@ foreach term : ['analyze',
'networkd',
'nss-myhostname',
'nss-systemd',
'oomd',
'portabled',
'pstore',
'quotacheck',