Ignore new Meson builtin options "force_fallback_for" (since 0.55)
and "unity_size" (since 0.54).

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 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
[email protected]
To unsubscribe, send a mail with subject "unsubscribe" to 
[email protected]

Reply via email to