From mboxrd@z Thu Jan 1 00:00:00 1970 Delivery-date: Wed, 11 Jan 2023 11:24:39 +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 1pFYHg-008jDI-Hi for lore@lore.pengutronix.de; Wed, 11 Jan 2023 11:24:39 +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 1pFYHe-00065i-4A; Wed, 11 Jan 2023 11:24:38 +0100 Received: from drehscheibe.grey.stw.pengutronix.de ([2a0a:edc0:0:c01:1d::a2]) by metis.ext.pengutronix.de with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1pFYHS-00065Z-3n for ptxdist@pengutronix.de; Wed, 11 Jan 2023 11:24:26 +0100 Received: from [2a0a:edc0:0:900:1d::4e] (helo=lupine) by drehscheibe.grey.stw.pengutronix.de with esmtp (Exim 4.94.2) (envelope-from ) id 1pFYHR-005HJ4-Es for ptxdist@pengutronix.de; Wed, 11 Jan 2023 11:24:25 +0100 Received: from pza by lupine with local (Exim 4.94.2) (envelope-from ) id 1pFYHL-0003MZ-RD for ptxdist@pengutronix.de; Wed, 11 Jan 2023 11:24:19 +0100 Message-ID: <6b7231003071733d2b0198256f13f6b1874c1bf0.camel@pengutronix.de> From: Philipp Zabel To: ptxdist@pengutronix.de Date: Wed, 11 Jan 2023 11:24:19 +0100 In-Reply-To: <20230110080236.GD16340@pengutronix.de> References: <20230109134616.4147575-1-p.zabel@pengutronix.de> <20230110080236.GD16340@pengutronix.de> Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable User-Agent: Evolution 3.38.3-1+deb11u1 MIME-Version: 1.0 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 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 Di, 2023-01-10 at 09:02 +0100, Michael Olbrich wrote: > 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). > >=20 > > Signed-off-by: Philipp Zabel > > --- > > =C2=A0scripts/configure_helper.py | 2 ++ > > =C2=A01 file changed, 2 insertions(+) > >=20 > > 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 =3D [ > > =C2=A0 "mandir", > > =C2=A0 "optimization", > > =C2=A0 "pkg_config_path", > > + "pkgconfig.relocatable", >=20 > 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 afterwar= ds > to do the same thing. https://lore.ptxdist.org/ptxdist/20230111101916.3749538-2-p.zabel@pengutron= ix.de/T/#u regards Philipp