diff options
author | Xavier Claessens <xavier.claessens@collabora.com> | 2021-06-28 12:20:32 -0400 |
---|---|---|
committer | Xavier Claessens <xavier.claessens@collabora.com> | 2022-10-10 12:47:32 -0400 |
commit | 8c3a87847e8469c4b49a1ed130247e4ff023072a (patch) | |
tree | a817fc4ba899ad441912ac91038e31b5e06acf57 /docs/yaml/functions | |
parent | 39d825fabfde54268b990aaec23539800c95ca89 (diff) | |
download | meson-8c3a87847e8469c4b49a1ed130247e4ff023072a.zip meson-8c3a87847e8469c4b49a1ed130247e4ff023072a.tar.gz meson-8c3a87847e8469c4b49a1ed130247e4ff023072a.tar.bz2 |
Document and test new WrapDB auto fallback
Diffstat (limited to 'docs/yaml/functions')
-rw-r--r-- | docs/yaml/functions/dependency.yaml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/yaml/functions/dependency.yaml b/docs/yaml/functions/dependency.yaml index dcb696d..3a4d2e8 100644 --- a/docs/yaml/functions/dependency.yaml +++ b/docs/yaml/functions/dependency.yaml @@ -15,6 +15,11 @@ description: | of those name will return the same value. This is useful in case a dependency could have different names, such as `png` and `libpng`. + * Since *0.64.0* a dependency fallback can be provided by WrapDB. Simply download + the database locally using `meson wrap update-db` command and Meson will + automatically fallback to subprojects provided by WrapDB if the dependency is + not found on the system and the project does not ship their own `.wrap` file. + Dependencies can also be resolved in two other ways: * if the same name was used in a `meson.override_dependency` prior to |