mailarchive of the ptxdist mailing list
 help / color / mirror / Atom feed
* [ptxdist] [PATCH] configure_helper: ignore new Meson 1.1.0 builtin options
@ 2023-04-17  9:19 Philipp Zabel
  2023-05-02  7:05 ` [ptxdist] [APPLIED] " Michael Olbrich
  0 siblings, 1 reply; 2+ messages in thread
From: Philipp Zabel @ 2023-04-17  9:19 UTC (permalink / raw)
  To: ptxdist; +Cc: Philipp Zabel

Ignore new Meson builtin options "licensedir" (since 1.1.0) and
"vsenv" (since 1.1.0).

Signed-off-by: Philipp Zabel <p.zabel@pengutronix.de>
---
 scripts/configure_helper.py | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/scripts/configure_helper.py b/scripts/configure_helper.py
index e6907cd4eb21..d5abc5a02c1a 100755
--- a/scripts/configure_helper.py
+++ b/scripts/configure_helper.py
@@ -144,6 +144,7 @@ meson_blacklist = [
 	"install_umask",
 	"layout",
 	"libexecdir",
+	"licensedir",
 	"localedir",
 	"localstatedir",
 	"mandir",
@@ -160,6 +161,7 @@ meson_blacklist = [
 	"sysconfdir",
 	"unity",
 	"unity_size",
+	"vsenv",
 	"warning_level",
 	"werror",
 	"wrap_mode",
-- 
2.39.2




^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2023-05-02  7:06 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-04-17  9:19 [ptxdist] [PATCH] configure_helper: ignore new Meson 1.1.0 builtin options Philipp Zabel
2023-05-02  7:05 ` [ptxdist] [APPLIED] " Michael Olbrich

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox