diff options
author | Xavier Claessens <xavier.claessens@collabora.com> | 2021-04-06 14:29:23 -0400 |
---|---|---|
committer | Jussi Pakkanen <jpakkane@gmail.com> | 2021-04-19 17:57:34 +0300 |
commit | 3c64ecaf866ca611b40287c78f622e370f90f272 (patch) | |
tree | f9d39368fe36c75295ed2d60d045392a98da166e /docs/markdown/snippets | |
parent | 8f6ad8e52e7ad7663b7737f32cb6c624971830fe (diff) | |
download | meson-3c64ecaf866ca611b40287c78f622e370f90f272.zip meson-3c64ecaf866ca611b40287c78f622e370f90f272.tar.gz meson-3c64ecaf866ca611b40287c78f622e370f90f272.tar.bz2 |
pkgconfig: Add support for CustomTarget objects in generator
Fixes: #8618.
Diffstat (limited to 'docs/markdown/snippets')
-rw-r--r-- | docs/markdown/snippets/pkgconfig_gen_ct.md | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/markdown/snippets/pkgconfig_gen_ct.md b/docs/markdown/snippets/pkgconfig_gen_ct.md new file mode 100644 index 0000000..ccf9415 --- /dev/null +++ b/docs/markdown/snippets/pkgconfig_gen_ct.md @@ -0,0 +1,5 @@ +## Passing `custom_target()` output to `pkg.generate()` + +It is now allowed to pass libraries generated by a `custom_target()` to +pkg-config file generator. The output filename must have a known library extension +such as `.a`, `.so`, etc. |