Ignore new Meson builtin options "pkgconfig.relocatable" and "prefer_static" (since 0.63).
Signed-off-by: Philipp Zabel <[email protected]> --- scripts/configure_helper.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/scripts/configure_helper.py b/scripts/configure_helper.py index 86dee3416d08..f515f6e0b1bb 100755 --- a/scripts/configure_helper.py +++ b/scripts/configure_helper.py @@ -149,6 +149,8 @@ meson_blacklist = [ "mandir", "optimization", "pkg_config_path", + "pkgconfig.relocatable", + "prefer_static", "python.install_env", "python.platlibdir", "python.purelibdir", -- 2.30.2
