mailarchive of the ptxdist mailing list
 help / color / mirror / Atom feed
* [ptxdist] [PATCH] configure_helper: ignore new Meson 1.2.0 builtin options
@ 2023-07-24  8:14 Philipp Zabel
  2023-08-01  7:48 ` [ptxdist] [APPLIED] " Michael Olbrich
  0 siblings, 1 reply; 2+ messages in thread
From: Philipp Zabel @ 2023-07-24  8:14 UTC (permalink / raw)
  To: ptxdist; +Cc: Philipp Zabel

Ignore new Meson builtin options "genvslite" (since 1.2.0) and
"python.bytecompile" (since 1.2.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 d5abc5a02c1a..8beeaea5159a 100755
--- a/scripts/configure_helper.py
+++ b/scripts/configure_helper.py
@@ -139,6 +139,7 @@ meson_blacklist = [
 	"default_library",
 	"errorlogs",
 	"force_fallback_for",
+	"genvslite",
 	"includedir",
 	"infodir",
 	"install_umask",
@@ -151,6 +152,7 @@ meson_blacklist = [
 	"optimization",
 	"pkg_config_path",
 	"prefer_static",
+	"python.bytecompile",
 	"python.install_env",
 	"python.platlibdir",
 	"python.purelibdir",
-- 
2.39.2




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

* Re: [ptxdist] [APPLIED] configure_helper: ignore new Meson 1.2.0 builtin options
  2023-07-24  8:14 [ptxdist] [PATCH] configure_helper: ignore new Meson 1.2.0 builtin options Philipp Zabel
@ 2023-08-01  7:48 ` Michael Olbrich
  0 siblings, 0 replies; 2+ messages in thread
From: Michael Olbrich @ 2023-08-01  7:48 UTC (permalink / raw)
  To: ptxdist; +Cc: Philipp Zabel

Thanks, applied as 99d5638e5bafc2c147a74a22201e5c198b1c9e25.

Michael

[sent from post-receive hook]

On Tue, 01 Aug 2023 09:48:58 +0200, Philipp Zabel <p.zabel@pengutronix.de> wrote:
> Ignore new Meson builtin options "genvslite" (since 1.2.0) and
> "python.bytecompile" (since 1.2.0).
> 
> Signed-off-by: Philipp Zabel <p.zabel@pengutronix.de>
> Message-Id: <20230724081449.2819811-1-p.zabel@pengutronix.de>
> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
> 
> diff --git a/scripts/configure_helper.py b/scripts/configure_helper.py
> index d5abc5a02c1a..8beeaea5159a 100755
> --- a/scripts/configure_helper.py
> +++ b/scripts/configure_helper.py
> @@ -139,6 +139,7 @@ meson_blacklist = [
>  	"default_library",
>  	"errorlogs",
>  	"force_fallback_for",
> +	"genvslite",
>  	"includedir",
>  	"infodir",
>  	"install_umask",
> @@ -151,6 +152,7 @@ meson_blacklist = [
>  	"optimization",
>  	"pkg_config_path",
>  	"prefer_static",
> +	"python.bytecompile",
>  	"python.install_env",
>  	"python.platlibdir",
>  	"python.purelibdir",



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

end of thread, other threads:[~2023-08-01  7:50 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-07-24  8:14 [ptxdist] [PATCH] configure_helper: ignore new Meson 1.2.0 builtin options Philipp Zabel
2023-08-01  7:48 ` [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