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/snippets/pkg_config_libdir.md | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 docs/markdown/snippets/pkg_config_libdir.md (limited to 'docs/markdown/snippets') diff --git a/docs/markdown/snippets/pkg_config_libdir.md b/docs/markdown/snippets/pkg_config_libdir.md new file mode 100644 index 000000000..691f8c5cd --- /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. -- cgit v1.2.3