meson: be strict for boolean options
authorAnton Kochkov <anton.kochkov@proton.me>
Wed, 17 Aug 2022 14:37:23 +0000 (14:37 +0000)
committerPaolo Bonzini <pbonzini@redhat.com>
Thu, 1 Sep 2022 05:42:37 +0000 (07:42 +0200)
commit0169815b47bffe4361ac2370a4ad584277a62a96
tree66acabbb48e5d63d14899cf2b09b8b219535bd73
parent7cb5844808f092306a5a764fe8427a653ac05358
meson: be strict for boolean options

While Meson buildsystem accepts the 'false' as a value
for boolean options, it's not covered by the specification
and in general invalid. Some alternative Meson implementations,
like Muon, do not accept 'false' or 'true' as a valid value
for the boolean options.

See https://mesonbuild.com/Build-options.html

Signed-off-by: Anton Kochkov <anton.kochkov@proton.me>
Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Message-Id: <20220817143538.2107779-1-anton.kochkov@proton.me>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
meson_options.txt
This page took 0.025602 seconds and 4 git commands to generate.