Thanks, applied as b3875a0514a6af8e83ad2fd6a0d07285de343e38. Michael
[sent from post-receive hook] On Fri, 13 Feb 2026 11:02:58 +0100, Philipp Zabel <[email protected]> wrote: > 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]> > Message-Id: <[email protected]> > Signed-off-by: Michael Olbrich <[email protected]> > > 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",
