From 958df63dac810246e84c2b8eaa32d22d19ace0ef Mon Sep 17 00:00:00 2001 From: Stéphane Cerveau Date: Tue, 14 Jan 2020 11:11:52 +0100 Subject: envconfig: add pkg_config_libdir property In order to unify the use of sysroot in the cross-file, the pkg_config_libdir can now be passed directly in the file. --- docs/markdown/Cross-compilation.md | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'docs/markdown/Cross-compilation.md') diff --git a/docs/markdown/Cross-compilation.md b/docs/markdown/Cross-compilation.md index b3cdc812f..6894c0d9b 100644 --- a/docs/markdown/Cross-compilation.md +++ b/docs/markdown/Cross-compilation.md @@ -138,6 +138,7 @@ has_function_printf = true c_args = ['-DCROSS=1', '-DSOMETHING=3'] c_link_args = ['-some_link_arg'] sys_root = '/some/path' +pkg_config_libdir = '/some/path/lib/pkgconfig' ``` In most cases you don't need the size and alignment settings, Meson @@ -155,6 +156,10 @@ internally by Meson to set the PKG_CONFIG_SYSROOT_DIR environment variable for pkg-config. If this is unset the host system is assumed to share a root with the build system. +*Since 0.54.0* The pkg_config_libdir property may point to a list of path used +internally by Meson to set the PKG_CONFIG_LIBDIR environment variable for pkg-config. +This prevents pkg-config from searching cross dependencies in system directories. + One important thing to note, if you did not define an `exe_wrapper` in the previous section, is that Meson will make a best-effort guess at whether it can run the generated binaries on the build machine. It -- cgit v1.2.3