summaryrefslogtreecommitdiff
path: root/docs/yaml/functions/dependency.yaml
diff options
context:
space:
mode:
authorJussi Pakkanen <jpakkane@gmail.com>2022-10-10 22:17:00 +0300
committerGitHub <noreply@github.com>2022-10-10 22:17:00 +0300
commit46acd6cd4ac33973daee5436dca8c3035c8f464c (patch)
treec39388c6957f08aca7db20484f905cdf66b35301 /docs/yaml/functions/dependency.yaml
parent58581ae3debcb0d043093cc787b560cfd2a22c75 (diff)
parent8c3a87847e8469c4b49a1ed130247e4ff023072a (diff)
downloadmeson-46acd6cd4ac33973daee5436dca8c3035c8f464c.tar.gz
Merge pull request #8941 from xclaesse/wrapdb
Automatically use WrapDB fallback
Diffstat (limited to 'docs/yaml/functions/dependency.yaml')
-rw-r--r--docs/yaml/functions/dependency.yaml5
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/yaml/functions/dependency.yaml b/docs/yaml/functions/dependency.yaml
index dcb696d36..3a4d2e8fb 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