aboutsummaryrefslogtreecommitdiff
path: root/docs/markdown/snippets
diff options
context:
space:
mode:
authorCharles Brunet <charles.brunet@optelgroup.com>2025-05-01 15:28:28 -0400
committerJussi Pakkanen <jussi.pakkanen@mailbox.org>2025-05-06 15:38:00 +0300
commitfde514ccb07f2fd955ac53e5e46e8c295b70f6ba (patch)
treec4f39b7fbd3f1cf7793b9bb141dcdf93d4da5a62 /docs/markdown/snippets
parentc4c5a1b9c38a5f44a5e689fdaf248498b1323275 (diff)
downloadmeson-fde514ccb07f2fd955ac53e5e46e8c295b70f6ba.zip
meson-fde514ccb07f2fd955ac53e5e46e8c295b70f6ba.tar.gz
meson-fde514ccb07f2fd955ac53e5e46e8c295b70f6ba.tar.bz2
Add license keyword to pkgconfig generate
Fixes #14270.
Diffstat (limited to 'docs/markdown/snippets')
-rw-r--r--docs/markdown/snippets/pkgconfig-gen-license.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/markdown/snippets/pkgconfig-gen-license.md b/docs/markdown/snippets/pkgconfig-gen-license.md
new file mode 100644
index 0000000..c2e6818
--- /dev/null
+++ b/docs/markdown/snippets/pkgconfig-gen-license.md
@@ -0,0 +1,3 @@
+## Added license keyword to pkgconfig.generate
+
+When specified, it will add a `License:` attribute to the generated .pc file.