diff options
author | Stéphane Cerveau <scerveau@collabora.com> | 2020-01-14 11:11:52 +0100 |
---|---|---|
committer | Xavier Claessens <xclaesse@gmail.com> | 2020-01-22 15:42:13 -0500 |
commit | 958df63dac810246e84c2b8eaa32d22d19ace0ef (patch) | |
tree | 3ca9044222feb643f62dabdf061992e70c68018a /docs/markdown/snippets | |
parent | c5c0c467fedb909c1cfe7547abe477fdabb5526c (diff) | |
download | meson-958df63dac810246e84c2b8eaa32d22d19ace0ef.zip meson-958df63dac810246e84c2b8eaa32d22d19ace0ef.tar.gz meson-958df63dac810246e84c2b8eaa32d22d19ace0ef.tar.bz2 |
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.
Diffstat (limited to 'docs/markdown/snippets')
-rw-r--r-- | docs/markdown/snippets/pkg_config_libdir.md | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/markdown/snippets/pkg_config_libdir.md b/docs/markdown/snippets/pkg_config_libdir.md new file mode 100644 index 0000000..691f8c5 --- /dev/null +++ b/docs/markdown/snippets/pkg_config_libdir.md @@ -0,0 +1,3 @@ +## Added 'pkg_config_libdir' property +Allows to define a list of folders used by pkg-config for a cross build +and avoid a system directories use. |