* [ptxdist] [PATCH] configure_helper: ignore new Meson 1.6.0 builtin option
@ 2024-11-11 15:14 Philipp Zabel
2024-11-13 13:19 ` [ptxdist] [APPLIED] " Michael Olbrich
0 siblings, 1 reply; 2+ messages in thread
From: Philipp Zabel @ 2024-11-11 15:14 UTC (permalink / raw)
To: ptxdist; +Cc: Philipp Zabel
Ignore new Meson builtin option "default_both_libraries" (since 1.6.0).
Signed-off-by: Philipp Zabel <p.zabel@pengutronix.de>
---
scripts/configure_helper.py | 1 +
1 file changed, 1 insertion(+)
diff --git a/scripts/configure_helper.py b/scripts/configure_helper.py
index 3e9e1810db0b..7656c0934443 100755
--- a/scripts/configure_helper.py
+++ b/scripts/configure_helper.py
@@ -136,6 +136,7 @@ meson_blacklist = [
"cpp_std",
"datadir",
"debug",
+ "default_both_libraries",
"default_library",
"errorlogs",
"force_fallback_for",
--
2.39.5
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [ptxdist] [APPLIED] configure_helper: ignore new Meson 1.6.0 builtin option
2024-11-11 15:14 [ptxdist] [PATCH] configure_helper: ignore new Meson 1.6.0 builtin option Philipp Zabel
@ 2024-11-13 13:19 ` Michael Olbrich
0 siblings, 0 replies; 2+ messages in thread
From: Michael Olbrich @ 2024-11-13 13:19 UTC (permalink / raw)
To: ptxdist; +Cc: Philipp Zabel
Thanks, applied as bfa7bf8678742de5b5c209924465f1e9d069dc77.
Michael
[sent from post-receive hook]
On Wed, 13 Nov 2024 14:19:53 +0100, Philipp Zabel <p.zabel@pengutronix.de> wrote:
> Ignore new Meson builtin option "default_both_libraries" (since 1.6.0).
>
> Signed-off-by: Philipp Zabel <p.zabel@pengutronix.de>
> Message-Id: <20241111151414.4056083-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 3e9e1810db0b..7656c0934443 100755
> --- a/scripts/configure_helper.py
> +++ b/scripts/configure_helper.py
> @@ -136,6 +136,7 @@ meson_blacklist = [
> "cpp_std",
> "datadir",
> "debug",
> + "default_both_libraries",
> "default_library",
> "errorlogs",
> "force_fallback_for",
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2024-11-13 13:20 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-11-11 15:14 [ptxdist] [PATCH] configure_helper: ignore new Meson 1.6.0 builtin option Philipp Zabel
2024-11-13 13:19 ` [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