diff options
Diffstat (limited to 'Help/release/dev/pkg-config-variable-function.rst')
-rw-r--r-- | Help/release/dev/pkg-config-variable-function.rst | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/Help/release/dev/pkg-config-variable-function.rst b/Help/release/dev/pkg-config-variable-function.rst new file mode 100644 index 0000000..e181d13 --- /dev/null +++ b/Help/release/dev/pkg-config-variable-function.rst @@ -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). |