diff options
author | Guilherme Janczak <guilherme.janczak@yandex.com> | 2022-05-26 20:57:26 +0000 |
---|---|---|
committer | Eli Schwartz <eschwartz93@gmail.com> | 2022-05-26 20:48:47 -0400 |
commit | 704cd1a79d69c3619b0e26bda6b52c11d0da3674 (patch) | |
tree | ea3184f18562c3740c9a4041a510197b828380d7 | |
parent | 3c66be0c1d61d7fa7b2fe163440624c838ea4d33 (diff) | |
download | meson-704cd1a79d69c3619b0e26bda6b52c11d0da3674.zip meson-704cd1a79d69c3619b0e26bda6b52c11d0da3674.tar.gz meson-704cd1a79d69c3619b0e26bda6b52c11d0da3674.tar.bz2 |
remove repetition and stiff language
-rw-r--r-- | docs/markdown/Pkgconfig-module.md | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/docs/markdown/Pkgconfig-module.md b/docs/markdown/Pkgconfig-module.md index 5c30619..c34f61f 100644 --- a/docs/markdown/Pkgconfig-module.md +++ b/docs/markdown/Pkgconfig-module.md @@ -45,8 +45,7 @@ keyword arguments. would be `foobar-1` - `requires` list of strings, pkgconfig-dependencies or libraries that `pkgconfig.generate()` was used on to put in the `Requires` field -- `requires_private` same as `requires` but for `Requires.private` field - field +- `requires_private` the same as `requires` but for the `Requires.private` field - `url` a string with a url for the library - `variables` a list of strings with custom variables to add to the generated file. The strings must be in the form `name=value` and may |