diff options
author | Xavier Claessens <xavier.claessens@collabora.com> | 2018-10-17 20:07:04 -0400 |
---|---|---|
committer | Jussi Pakkanen <jpakkane@gmail.com> | 2020-06-30 19:42:43 +0300 |
commit | 4a371c97f422d0dc68fece2fe56d544ccd6558e9 (patch) | |
tree | a505a49b9f6ec5aae7daaef52487b2ea91fa57a7 /docs/markdown/snippets | |
parent | eb3b35ae024651743bc1e2b8e50566b6f53d95ae (diff) | |
download | meson-4a371c97f422d0dc68fece2fe56d544ccd6558e9.zip meson-4a371c97f422d0dc68fece2fe56d544ccd6558e9.tar.gz meson-4a371c97f422d0dc68fece2fe56d544ccd6558e9.tar.bz2 |
wrap: Apply patch even in VCS cases
Diffstat (limited to 'docs/markdown/snippets')
-rw-r--r-- | docs/markdown/snippets/wrap_patch.md | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/markdown/snippets/wrap_patch.md b/docs/markdown/snippets/wrap_patch.md index d5a1f5f..ae66bbd 100644 --- a/docs/markdown/snippets/wrap_patch.md +++ b/docs/markdown/snippets/wrap_patch.md @@ -12,3 +12,8 @@ case overlay files are local. Every files in that directory, and subdirectories, will be copied to the subproject directory. This can be used for example to add `meson.build` files to a project not using Meson build system upstream. The patch directory must be placed in `subprojects/packagefiles` directory. + +## Patch on all wrap types + +`patch_*` keys are not limited to `wrap-file` any more, they can be specified for +all wrap types. |