common/build-style/meson.sh: disable relocatable pkgconfig

This commit is contained in:
tranzystorekk 2024-10-15 09:54:24 +02:00
parent 4df5e7be94
commit d00bae1f94
1 changed files with 1 additions and 0 deletions

View File

@ -39,6 +39,7 @@ do_configure() {
--wrap-mode=nodownload \
-Db_lto=true -Db_ndebug=true \
-Db_staticpic=true \
-Dpkgconfig.relocatable=false \
${configure_args} . ${meson_builddir}
}