aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorEli Schwartz <eschwartz@archlinux.org>2022-03-27 07:08:59 -0400
committerEli Schwartz <eschwartz@archlinux.org>2022-03-27 07:08:59 -0400
commitd82d1b0d864e13100cc4754e40f146883210984b (patch)
treeba8b5590e3346491565af1a1a64746f18a917161 /docs
parent0022e1863d8d9769378ebfb56695bdbf55f118b9 (diff)
downloadmeson-d82d1b0d864e13100cc4754e40f146883210984b.zip
meson-d82d1b0d864e13100cc4754e40f146883210984b.tar.gz
meson-d82d1b0d864e13100cc4754e40f146883210984b.tar.bz2
docs: add missing docs for new pkgconfig feature
Added in commit 6240920c213fb76b4e4be8b6b59ae3346cbbcf77 and documented in release notes but not in module docs.
Diffstat (limited to 'docs')
-rw-r--r--docs/markdown/Pkgconfig-module.md3
1 files changed, 2 insertions, 1 deletions
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