diff --git a/meson_options.txt b/meson_options.txt index 033791d..e2b75b2 100644 --- a/meson_options.txt +++ b/meson_options.txt @@ -8,5 +8,5 @@ option('documentation', description: 'Build the documentation') option('coverity', type: 'boolean', - value: 'false', + value: false, description: 'Enable coverity build fixes, see meson.build for details')