From mboxrd@z Thu Jan 1 00:00:00 1970 Delivery-date: Tue, 10 Jan 2023 09:03:07 +0100 Received: from metis.ext.pengutronix.de ([2001:67c:670:201:290:27ff:fe1d:cc33]) by lore.white.stw.pengutronix.de with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1pF9b9-007XUV-OB for lore@lore.pengutronix.de; Tue, 10 Jan 2023 09:03:06 +0100 Received: from localhost ([127.0.0.1] helo=metis.ext.pengutronix.de) by metis.ext.pengutronix.de with esmtp (Exim 4.92) (envelope-from ) id 1pF9b7-0000n8-PB; Tue, 10 Jan 2023 09:03:05 +0100 Received: from ptx.hi.pengutronix.de ([2001:67c:670:100:1d::c0]) by metis.ext.pengutronix.de with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1pF9af-0000mq-9L; Tue, 10 Jan 2023 09:02:37 +0100 Received: from mol by ptx.hi.pengutronix.de with local (Exim 4.92) (envelope-from ) id 1pF9af-0005MR-13; Tue, 10 Jan 2023 09:02:37 +0100 Date: Tue, 10 Jan 2023 09:02:37 +0100 From: Michael Olbrich To: Philipp Zabel Message-ID: <20230110080236.GD16340@pengutronix.de> Mail-Followup-To: Philipp Zabel , ptxdist@pengutronix.de References: <20230109134616.4147575-1-p.zabel@pengutronix.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20230109134616.4147575-1-p.zabel@pengutronix.de> X-Sent-From: Pengutronix Hildesheim X-URL: http://www.pengutronix.de/ X-Accept-Language: de,en X-Accept-Content-Type: text/plain User-Agent: Mutt/1.10.1 (2018-07-13) Subject: Re: [ptxdist] [PATCH] configure_helper: ignore new Meson 0.63 builtin options X-BeenThere: ptxdist@pengutronix.de X-Mailman-Version: 2.1.29 Precedence: list List-Id: PTXdist Development Mailing List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Reply-To: ptxdist@pengutronix.de Cc: ptxdist@pengutronix.de Sender: "ptxdist" X-SA-Exim-Connect-IP: 127.0.0.1 X-SA-Exim-Mail-From: ptxdist-bounces@pengutronix.de X-SA-Exim-Scanned: No (on metis.ext.pengutronix.de); SAEximRunCond expanded to false On Mon, Jan 09, 2023 at 02:46:16PM +0100, Philipp Zabel wrote: > Ignore new Meson builtin options "pkgconfig.relocatable" and > "prefer_static" (since 0.63). > > Signed-off-by: Philipp Zabel > --- > scripts/configure_helper.py | 2 ++ > 1 file changed, 2 insertions(+) > > diff --git a/scripts/configure_helper.py b/scripts/configure_helper.py > index 86dee3416d08..f515f6e0b1bb 100755 > --- a/scripts/configure_helper.py > +++ b/scripts/configure_helper.py > @@ -149,6 +149,8 @@ meson_blacklist = [ > "mandir", > "optimization", > "pkg_config_path", > + "pkgconfig.relocatable", Hmmm, if I understand this correctly then we may want to set this option to true once we update to meson 0.63. I think we hack the .pc files afterwards to do the same thing. Michael > + "prefer_static", > "python.install_env", > "python.platlibdir", > "python.purelibdir", > -- > 2.30.2 > > > -- Pengutronix e.K. | | Steuerwalder Str. 21 | http://www.pengutronix.de/ | 31137 Hildesheim, Germany | Phone: +49-5121-206917-0 | Amtsgericht Hildesheim, HRA 2686 | Fax: +49-5121-206917-5555 |