* [ptxdist] [PATCH v2] configure_helper: ignore new Meson 0.63 builtin option
@ 2023-02-10 11:34 Philipp Zabel
2023-02-17 15:35 ` [ptxdist] [APPLIED] " Michael Olbrich
0 siblings, 1 reply; 2+ messages in thread
From: Philipp Zabel @ 2023-02-10 11:34 UTC (permalink / raw)
To: ptxdist; +Cc: Philipp Zabel
Ignore new Meson builtin option "prefer_static" (since 0.63).
Signed-off-by: Philipp Zabel <p.zabel@pengutronix.de>
---
Changes since v1:
- Drop "pkgconfig.relocatable", which is always set since commit
cd37b00b3023 ("pre/Rules.make: let Meson generate relocatable .pc files")
---
scripts/configure_helper.py | 1 +
1 file changed, 1 insertion(+)
diff --git a/scripts/configure_helper.py b/scripts/configure_helper.py
index 86dee3416d08..e6907cd4eb21 100755
--- a/scripts/configure_helper.py
+++ b/scripts/configure_helper.py
@@ -149,6 +149,7 @@ meson_blacklist = [
"mandir",
"optimization",
"pkg_config_path",
+ "prefer_static",
"python.install_env",
"python.platlibdir",
"python.purelibdir",
--
2.30.2
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [ptxdist] [APPLIED] configure_helper: ignore new Meson 0.63 builtin option
2023-02-10 11:34 [ptxdist] [PATCH v2] configure_helper: ignore new Meson 0.63 builtin option Philipp Zabel
@ 2023-02-17 15:35 ` Michael Olbrich
0 siblings, 0 replies; 2+ messages in thread
From: Michael Olbrich @ 2023-02-17 15:35 UTC (permalink / raw)
To: ptxdist; +Cc: Philipp Zabel
Thanks, applied as f83dab169439e98b7cc4f1220bd05b70f63ae047.
Michael
[sent from post-receive hook]
On Fri, 17 Feb 2023 16:35:19 +0100, Philipp Zabel <p.zabel@pengutronix.de> wrote:
> Ignore new Meson builtin option "prefer_static" (since 0.63).
>
> Signed-off-by: Philipp Zabel <p.zabel@pengutronix.de>
> Message-Id: <20230210113440.2891339-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 86dee3416d08..e6907cd4eb21 100755
> --- a/scripts/configure_helper.py
> +++ b/scripts/configure_helper.py
> @@ -149,6 +149,7 @@ meson_blacklist = [
> "mandir",
> "optimization",
> "pkg_config_path",
> + "prefer_static",
> "python.install_env",
> "python.platlibdir",
> "python.purelibdir",
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2023-02-17 15:35 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-02-10 11:34 [ptxdist] [PATCH v2] configure_helper: ignore new Meson 0.63 builtin option Philipp Zabel
2023-02-17 15:35 ` [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