diff options
author | Eli Schwartz <eschwartz@archlinux.org> | 2022-12-07 22:25:26 -0500 |
---|---|---|
committer | Eli Schwartz <eschwartz@archlinux.org> | 2022-12-27 20:29:46 -0500 |
commit | 0544ffabf1f252494f6b9699a2b9007682fc322e (patch) | |
tree | 23ecaa7ce384cbb4b4f7165117ac7d1b0ab54764 /docs/yaml/builtins | |
parent | 2fa074917597fea0cf3332c6620d3414034825e4 (diff) | |
download | meson-0544ffabf1f252494f6b9699a2b9007682fc322e.zip meson-0544ffabf1f252494f6b9699a2b9007682fc322e.tar.gz meson-0544ffabf1f252494f6b9699a2b9007682fc322e.tar.bz2 |
add builtin option to install licenses
Unless `meson.install_dependency_manifest()` is explicitly used, this
will cause a default implied one to be installed.
Diffstat (limited to 'docs/yaml/builtins')
-rw-r--r-- | docs/yaml/builtins/meson.yaml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/yaml/builtins/meson.yaml b/docs/yaml/builtins/meson.yaml index a457dbf..1dd746f 100644 --- a/docs/yaml/builtins/meson.yaml +++ b/docs/yaml/builtins/meson.yaml @@ -323,6 +323,10 @@ methods: If license files are defined as well, they will be copied next to the manifest and referenced in it. + If this function is not used, the builtin option `licensedir` can + be used to install the manifest to a given directory with the name + `depmf.json`. + posargs: output_name: type: str |