aboutsummaryrefslogtreecommitdiff
path: root/docs/yaml
diff options
context:
space:
mode:
authorXavier Claessens <xavier.claessens@collabora.com>2021-06-28 12:20:32 -0400
committerXavier Claessens <xavier.claessens@collabora.com>2022-10-10 12:47:32 -0400
commit8c3a87847e8469c4b49a1ed130247e4ff023072a (patch)
treea817fc4ba899ad441912ac91038e31b5e06acf57 /docs/yaml
parent39d825fabfde54268b990aaec23539800c95ca89 (diff)
downloadmeson-8c3a87847e8469c4b49a1ed130247e4ff023072a.zip
meson-8c3a87847e8469c4b49a1ed130247e4ff023072a.tar.gz
meson-8c3a87847e8469c4b49a1ed130247e4ff023072a.tar.bz2
Document and test new WrapDB auto fallback
Diffstat (limited to 'docs/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 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