docs: add missing docs for new pkgconfig feature

Added in commit 6240920c21 and documented
in release notes but not in module docs.
This commit is contained in:
Eli Schwartz 2022-03-27 07:08:59 -04:00
parent 0022e1863d
commit d82d1b0d86
No known key found for this signature in database
GPG Key ID: CEB167EFB5722BD6
1 changed files with 2 additions and 1 deletions

View File

@ -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