From 0544ffabf1f252494f6b9699a2b9007682fc322e Mon Sep 17 00:00:00 2001 From: Eli Schwartz Date: Wed, 7 Dec 2022 22:25:26 -0500 Subject: add builtin option to install licenses Unless `meson.install_dependency_manifest()` is explicitly used, this will cause a default implied one to be installed. --- docs/yaml/builtins/meson.yaml | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'docs/yaml') diff --git a/docs/yaml/builtins/meson.yaml b/docs/yaml/builtins/meson.yaml index a457dbfd8..1dd746f94 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 -- cgit v1.2.3