diff --git a/meson.build b/meson.build index 8d6b9c77a9..0168c071ca 100644 --- a/meson.build +++ b/meson.build @@ -257,7 +257,7 @@ config.set_quoted('PACKAGE_SRCID', src_id) config.set_quoted('PACKAGE_CONFIGARGS', build_options) if get_option('auto-validation').allowed() - config.set_quoted('VALIDATION_DEFAULT', 'yes') + config.set_quoted('VALIDATION_DEFAULT', 'auto') else config.set_quoted('VALIDATION_DEFAULT', 'no') endif