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).
> > 
> > Signed-off-by: Philipp Zabel <[email protected]>
> > ---
> >  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.

https://lore.ptxdist.org/ptxdist/[email protected]/T/#u

regards
Philipp

Reply via email to