Ignore new Meson builtin options "b_thinlto_cache", "b_thinlto_cache_dir", "cpp_importstd", and "os2_emxomf", and "python.build_config" (all since 1.10.0).
Signed-off-by: Philipp Zabel <[email protected]> --- scripts/configure_helper.py | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/scripts/configure_helper.py b/scripts/configure_helper.py index 3f2d50856252..d58918183124 100755 --- a/scripts/configure_helper.py +++ b/scripts/configure_helper.py @@ -105,6 +105,8 @@ meson_blacklist = [ "b_pch", "b_pgo", "b_pie", + "b_thinlto_cache", + "b_thinlto_cache_dir", "b_sanitize", "b_staticpic", "backend_max_links", @@ -131,6 +133,7 @@ meson_blacklist = [ "cpp_args", "cpp_debugstl", "cpp_eh", + "cpp_importstd", "cpp_link_args", "cpp_rtti", "cpp_std", @@ -151,9 +154,11 @@ meson_blacklist = [ "localstatedir", "mandir", "optimization", + "os2_emxomf", "pkg_config_path", "prefer_static", "python.allow_limited_api", + "python.build_config", "python.bytecompile", "python.install_env", "python.platlibdir", -- 2.47.3
