diff options
author | Xavier Claessens <xavier.claessens@collabora.com> | 2020-04-04 23:56:33 -0400 |
---|---|---|
committer | Xavier Claessens <xavier.claessens@collabora.com> | 2020-07-01 09:51:44 -0400 |
commit | 2a7f72885ff0623a0a625efb5ffeca6299fc4cf7 (patch) | |
tree | 9f004fd5f97c3a9778d04b5c5685f668e5b55544 /docs/markdown/Reference-manual.md | |
parent | 56c9e95b04b51def7443a514e5021fa7b70fe8c8 (diff) | |
download | meson-2a7f72885ff0623a0a625efb5ffeca6299fc4cf7.zip meson-2a7f72885ff0623a0a625efb5ffeca6299fc4cf7.tar.gz meson-2a7f72885ff0623a0a625efb5ffeca6299fc4cf7.tar.bz2 |
wrap: Add 'provide' section
Diffstat (limited to 'docs/markdown/Reference-manual.md')
-rw-r--r-- | docs/markdown/Reference-manual.md | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/docs/markdown/Reference-manual.md b/docs/markdown/Reference-manual.md index 293e41f..9bca74b 100644 --- a/docs/markdown/Reference-manual.md +++ b/docs/markdown/Reference-manual.md @@ -458,7 +458,9 @@ arguments: In that case, the `fallback` keyword argument can be a single string instead of a list of 2 strings. *Since 0.55.0* the `fallback` keyword argument can be omitted when there is a wrap file or a directory with the same `dependency_name`, - and subproject used `meson.override_dependency('dependency_name', subproj_dep)`. + and subproject registered the dependency using + `meson.override_dependency('dependency_name', subproj_dep)`, or when the wrap + file has `dependency_name` in its `[provide]` section. - `language` *(since 0.42.0)*: defines what language-specific dependency to find if it's available for multiple languages. - `method`: defines the way the dependency is detected, the default is |