diff options
author | Michael Kuhn <michael.kuhn@informatik.uni-hamburg.de> | 2020-03-31 16:10:51 +0200 |
---|---|---|
committer | Xavier Claessens <xclaesse@gmail.com> | 2020-03-31 11:15:23 -0400 |
commit | 7828f2c9c2e7fb1cbeb1ee5bcaa415d0aa0eb622 (patch) | |
tree | efaeb1a457a863dbbb57d291a40de574885c2998 | |
parent | b9b118b267219e6ac8d6f0d5e5c73152e88b8269 (diff) | |
download | meson-7828f2c9c2e7fb1cbeb1ee5bcaa415d0aa0eb622.zip meson-7828f2c9c2e7fb1cbeb1ee5bcaa415d0aa0eb622.tar.gz meson-7828f2c9c2e7fb1cbeb1ee5bcaa415d0aa0eb622.tar.bz2 |
docs: Fix typo in pkgconfig description
-rw-r--r-- | docs/markdown/Pkgconfig-module.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/markdown/Pkgconfig-module.md b/docs/markdown/Pkgconfig-module.md index 2497fd9..7b68e24 100644 --- a/docs/markdown/Pkgconfig-module.md +++ b/docs/markdown/Pkgconfig-module.md @@ -49,7 +49,7 @@ keyword arguments. generated file. The strings must be in the form `name=value` and may reference other pkgconfig variables, e.g. `datadir=${prefix}/share`. The names `prefix`, `libdir` and - `installdir` are reserved and may not be used. + `includedir` are reserved and may not be used. - `version` a string describing the version of this library, used to set the `Version:` field. (*since 0.46.0*) Defaults to the project version if unspecified. - `d_module_versions` a list of module version flags used when compiling |