NEWS fix boolean value for meson options

Valid boolean values for meson are 'true' and 'false',
not 'yes' and 'no'.
This commit is contained in:
Christian Hesse 2019-02-04 10:34:11 +01:00 committed by Lennart Poettering
parent b8cd434d20
commit a579d42a24
1 changed files with 1 additions and 1 deletions

2
NEWS
View File

@ -201,7 +201,7 @@ CHANGES WITH 240:
file descriptors currently enforced (fs.file-max, fs.nr_open,
RLIMIT_NOFILE hard, RLIMIT_NOFILE soft) we turn off the first two,
and keep only the latter two. A set of build-time options
(-Dbump-proc-sys-fs-file-max=no and -Dbump-proc-sys-fs-nr-open=no)
(-Dbump-proc-sys-fs-file-max=false and -Dbump-proc-sys-fs-nr-open=false)
has been added to revert this change in behaviour, which might be
an option for systems that turn off memcg in the kernel.