[ptxdist] [PATCH] configure_helper: ignore new Meson builtin options

2021-11-22 Thread Philipp Zabel
Ignore new Meson builtin options "python.platlibdir",
"python.purelibdir", and "b_lto_threads" (since 0.60).

Signed-off-by: Philipp Zabel 
---
 scripts/configure_helper.py | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/scripts/configure_helper.py b/scripts/configure_helper.py
index 177b609f0b3b..c6daf6b6cec8 100755
--- a/scripts/configure_helper.py
+++ b/scripts/configure_helper.py
@@ -99,6 +99,7 @@ meson_blacklist = [
"b_colorout",
"b_coverage",
"b_lto",
+   "b_lto_threads",
"b_lundef",
"b_ndebug",
"b_pch",
@@ -148,6 +149,8 @@ meson_blacklist = [
"mandir",
"optimization",
"pkg_config_path",
+   "python.platlibdir",
+   "python.purelibdir",
"sbindir",
"sharedstatedir",
"stdsplit",
-- 
2.30.2


___
ptxdist mailing list
ptxdist@pengutronix.de
To unsubscribe, send a mail with subject "unsubscribe" to 
ptxdist-requ...@pengutronix.de


[ptxdist] [PATCH] configure_helper: ignore new Meson builtin options

2021-01-08 Thread Philipp Zabel
Ignore new Meson builtin options "force_fallback_for" (since 0.55)
and "unity_size" (since 0.54).

Signed-off-by: Philipp Zabel 
---
 scripts/configure_helper.py | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/scripts/configure_helper.py b/scripts/configure_helper.py
index 1735f9b7d0d5..177b609f0b3b 100755
--- a/scripts/configure_helper.py
+++ b/scripts/configure_helper.py
@@ -137,6 +137,7 @@ meson_blacklist = [
"debug",
"default_library",
"errorlogs",
+   "force_fallback_for",
"includedir",
"infodir",
"install_umask",
@@ -153,6 +154,7 @@ meson_blacklist = [
"strip",
"sysconfdir",
"unity",
+   "unity_size",
"warning_level",
"werror",
"wrap_mode",
-- 
2.20.1


___
ptxdist mailing list
ptxdist@pengutronix.de
To unsubscribe, send a mail with subject "unsubscribe" to 
ptxdist-requ...@pengutronix.de