From: Philipp Zabel <p.zabel@pengutronix.de>
To: ptxdist@pengutronix.de
Subject: [ptxdist] [PATCH] configure_helper: blacklist Meson builtin options
Date: Wed, 6 Nov 2019 17:58:53 +0100 [thread overview]
Message-ID: <20191106165853.21676-1-p.zabel@pengutronix.de> (raw)
Blacklist the cmake_prefix_path, cpp_eh, and pkg_config_path builtin
options and the new (since 0.51.0) 'build.' prefixed options.
Signed-off-by: Philipp Zabel <p.zabel@pengutronix.de>
---
scripts/configure_helper.py | 13 +++++++++++++
1 file changed, 13 insertions(+)
diff --git a/scripts/configure_helper.py b/scripts/configure_helper.py
index df1e597b70e8..3af7b416a4f7 100755
--- a/scripts/configure_helper.py
+++ b/scripts/configure_helper.py
@@ -108,11 +108,23 @@ meson_blacklist = [
"b_staticpic",
"backend_max_links",
"bindir",
+ "build.c_args",
+ "build.c_link_args",
+ "build.c_std",
+ "build.cmake_prefix_path",
+ "build.cpp_args",
+ "build.cpp_debugstl",
+ "build.cpp_eh",
+ "build.cpp_link_args",
+ "build.cpp_std",
+ "build.pkg_config_path",
"c_args",
"c_link_args",
"c_std",
+ "cmake_prefix_path",
"cpp_args",
"cpp_debugstl",
+ "cpp_eh",
"cpp_link_args",
"cpp_std",
"datadir",
@@ -128,6 +140,7 @@ meson_blacklist = [
"localstatedir",
"mandir",
"optimization",
+ "pkg_config_path",
"sbindir",
"sharedstatedir",
"stdsplit",
--
2.20.1
_______________________________________________
ptxdist mailing list
ptxdist@pengutronix.de
next reply other threads:[~2019-11-06 16:58 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-11-06 16:58 Philipp Zabel [this message]
2020-07-08 12:47 Philipp Zabel
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20191106165853.21676-1-p.zabel@pengutronix.de \
--to=p.zabel@pengutronix.de \
--cc=ptxdist@pengutronix.de \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox