Ignore new Meson builtin option "prefer_static" (since 0.63).
Signed-off-by: Philipp Zabel <[email protected]>
---
Changes since v1:
- Drop "pkgconfig.relocatable", which is always set since commit
cd37b00b3023 ("pre/Rules.make: let Meson generate relocatable .pc files")
---
scripts/configure_helper.py | 1 +
1 file changed, 1 insertion(+)
diff --git a/scripts/configure_helper.py b/scripts/configure_helper.py
index 86dee3416d08..e6907cd4eb21 100755
--- a/scripts/configure_helper.py
+++ b/scripts/configure_helper.py
@@ -149,6 +149,7 @@ meson_blacklist = [
"mandir",
"optimization",
"pkg_config_path",
+ "prefer_static",
"python.install_env",
"python.platlibdir",
"python.purelibdir",
--
2.30.2