diff options
| author | Benjamin Gilbert <bgilbert@backtick.net> | 2025-09-03 12:26:25 -0500 |
|---|---|---|
| committer | Jussi Pakkanen <jussi.pakkanen@mailbox.org> | 2025-09-11 02:24:31 +0300 |
| commit | 3734ff4bb11e82e59cf66a82288b80db3def83ec (patch) | |
| tree | 6cb3a0b78985cde932389c1a33cba2b8e8cfdce1 /docs/markdown/Release-notes-for-1.9.0.md | |
| parent | e0ea239397ab585c8490ca704b14ce2bf66ed7c4 (diff) | |
| download | meson-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/Release-notes-for-1.9.0.md')
| -rw-r--r-- | docs/markdown/Release-notes-for-1.9.0.md | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/markdown/Release-notes-for-1.9.0.md b/docs/markdown/Release-notes-for-1.9.0.md index 2cf5a54e4..aad105fa9 100644 --- a/docs/markdown/Release-notes-for-1.9.0.md +++ b/docs/markdown/Release-notes-for-1.9.0.md @@ -49,6 +49,11 @@ section of .editorconfig based on the parsed file name. When specified, it will add a `License:` attribute to the generated .pc file. +## pkgconfig.generate supports internal dependencies in `requires` + +Internal dependencies can now be specified to `requires` if +pkgconfig.generate was called on the underlying library. + ## New experimental option `rust_dynamic_std` A new option `rust_dynamic_std` can be used to link Rust programs so |
