FindPkgConfig: add a command to query arbitrary variables

This commit is contained in:
Ben Boeckel
2015-09-17 21:05:29 -04:00
committed by Brad King
parent 7f7f1eecfd
commit 51b83f1445
5 changed files with 45 additions and 3 deletions

View File

@@ -0,0 +1,6 @@
pkg-config-variable-function
----------------------------
* The :module:`FindPkgConfig` learned a new :command:`pkg_get_variable`
command which may be used to query for arbitrary variables from a package
(such as for related tools or data and plugin install paths).