From d82d1b0d864e13100cc4754e40f146883210984b Mon Sep 17 00:00:00 2001 From: Eli Schwartz Date: Sun, 27 Mar 2022 07:08:59 -0400 Subject: docs: add missing docs for new pkgconfig feature Added in commit 6240920c213fb76b4e4be8b6b59ae3346cbbcf77 and documented in release notes but not in module docs. --- docs/markdown/Pkgconfig-module.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'docs') diff --git a/docs/markdown/Pkgconfig-module.md b/docs/markdown/Pkgconfig-module.md index 0d1e859..5c30619 100644 --- a/docs/markdown/Pkgconfig-module.md +++ b/docs/markdown/Pkgconfig-module.md @@ -58,7 +58,8 @@ keyword arguments. Spaces in values are escaped with `\`, this is required in the case the value is a path that and is used in `cflags` or `libs` arguments. *Since 0.59.0* if escaping is not desired (e.g. space separate list of values) `unescaped_variables` - keyword argument should be used instead. + keyword argument should be used instead. *Since 0.62.0* builtin directory variables + that are referenced are automatically created by default. - `uninstalled_variables` used instead of the `variables` keyword argument, when generating the uninstalled pkg-config file. Since *0.54.0* Spaces in values are escaped with `\`, this is required in the case the value is -- cgit v1.1