diff options
author | Jussi Pakkanen <jpakkane@gmail.com> | 2022-10-10 22:17:00 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-10-10 22:17:00 +0300 |
commit | 46acd6cd4ac33973daee5436dca8c3035c8f464c (patch) | |
tree | c39388c6957f08aca7db20484f905cdf66b35301 /docs/markdown/snippets | |
parent | 58581ae3debcb0d043093cc787b560cfd2a22c75 (diff) | |
parent | 8c3a87847e8469c4b49a1ed130247e4ff023072a (diff) | |
download | meson-46acd6cd4ac33973daee5436dca8c3035c8f464c.zip meson-46acd6cd4ac33973daee5436dca8c3035c8f464c.tar.gz meson-46acd6cd4ac33973daee5436dca8c3035c8f464c.tar.bz2 |
Merge pull request #8941 from xclaesse/wrapdb
Automatically use WrapDB fallback
Diffstat (limited to 'docs/markdown/snippets')
-rw-r--r-- | docs/markdown/snippets/wrapdb.md | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/docs/markdown/snippets/wrapdb.md b/docs/markdown/snippets/wrapdb.md new file mode 100644 index 0000000..d5caf4f --- /dev/null +++ b/docs/markdown/snippets/wrapdb.md @@ -0,0 +1,6 @@ +## Automatic fallback using WrapDB + +A new command has been added: `meson wrap update-db`. It downloads the list of +wraps available in [WrapDB](wrapdb.mesonbuild.com) and stores it locally in +`subprojects/wrapdb.json`. When that file exists and a dependency is not found +on the system but is available in WrapDB, Meson will automatically download it. |