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. 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 |
