diff options
author | Jussi Pakkanen <jpakkane@gmail.com> | 2021-06-06 01:31:11 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-06-06 01:31:11 +0300 |
commit | d13999f5b471129d0dbf7217c59d790ba4f8d1ff (patch) | |
tree | b8e9d7f4c1dd32a1416c89540e14d7ec0c785865 /docs/markdown/Wrapdb-projects.md | |
parent | 240434b167468f3fcad1d16b39c9aaf515b97eb6 (diff) | |
parent | 769fd5037304e03d11852b47a77bec4b70d8fd8a (diff) | |
download | meson-d13999f5b471129d0dbf7217c59d790ba4f8d1ff.zip meson-d13999f5b471129d0dbf7217c59d790ba4f8d1ff.tar.gz meson-d13999f5b471129d0dbf7217c59d790ba4f8d1ff.tar.bz2 |
Merge pull request #8796 from xclaesse/wrapdbv2
wrap: Port to v2 protocol
Diffstat (limited to 'docs/markdown/Wrapdb-projects.md')
-rw-r--r-- | docs/markdown/Wrapdb-projects.md | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/docs/markdown/Wrapdb-projects.md b/docs/markdown/Wrapdb-projects.md new file mode 100644 index 0000000..64f3cb6 --- /dev/null +++ b/docs/markdown/Wrapdb-projects.md @@ -0,0 +1,16 @@ +# Meson WrapDB packages + +This is a list of projects that have either an upstream Meson build system, or a +port maintained by the Meson team. [They can be used by your project to provide +its dependencies](Wrap-dependency-system-manual.md). + +Use the command line `meson wrap install <project>` to install the wrap file of +any of those projects into your project's `subprojects/` directory. +See [Meson command line documentation](Using-wraptool.md). + +If you wish to add your own project into this list, please submit your wrap file +in a [Pull Request](https://github.com/mesonbuild/wrapdb). +See [Meson documentation](Adding-new-projects-to-wrapdb.md) +for more details. + +{{ wrapdb-table.md }} |