summaryrefslogtreecommitdiff
path: root/docs/markdown/Pkgconfig-module.md
diff options
context:
space:
mode:
authorBenjamin Gilbert <bgilbert@backtick.net>2025-09-03 12:26:25 -0500
committerJussi Pakkanen <jussi.pakkanen@mailbox.org>2025-09-11 02:24:31 +0300
commit3734ff4bb11e82e59cf66a82288b80db3def83ec (patch)
tree6cb3a0b78985cde932389c1a33cba2b8e8cfdce1 /docs/markdown/Pkgconfig-module.md
parente0ea239397ab585c8490ca704b14ce2bf66ed7c4 (diff)
downloadmeson-3734ff4bb11e82e59cf66a82288b80db3def83ec.tar.gz
Document internal dep support in pkgconfig.generate `requires` arg
Added in #14750 for 1.9.0. Also add FeatureNew.
Diffstat (limited to 'docs/markdown/Pkgconfig-module.md')
-rw-r--r--docs/markdown/Pkgconfig-module.md4
1 files changed, 3 insertions, 1 deletions
diff --git a/docs/markdown/Pkgconfig-module.md b/docs/markdown/Pkgconfig-module.md
index 7ddd31026..eb4102627 100644
--- a/docs/markdown/Pkgconfig-module.md
+++ b/docs/markdown/Pkgconfig-module.md
@@ -44,7 +44,9 @@ keyword arguments.
`${PREFIX}/include/foobar-1`, the correct value for this argument
would be `foobar-1`
- `requires` list of strings, pkgconfig-dependencies or libraries that
- `pkgconfig.generate()` was used on to put in the `Requires` field
+ `pkgconfig.generate()` was used on to put in the `Requires` field.
+ *Since 1.9.0* internal dependencies are supported if `pkgconfig.generate()`
+ was used on the underlying library.
- `requires_private` the same as `requires` but for the `Requires.private` field
- `url` a string with a url for the library
- `license` (*Since 1.9.0*) a string with a SPDX license to add to the generated file.