diff options
author | Paweł Marczewski <pawel@invisiblethingslab.com> | 2021-12-10 14:26:37 +0100 |
---|---|---|
committer | Xavier Claessens <xclaesse@gmail.com> | 2022-06-07 06:43:39 -0400 |
commit | 9061c3a52d355e478cbf83a6110b4cc3d2330ba6 (patch) | |
tree | 4ac2a2466c3a8d6a5f66d629cc57021ae11a5329 /docs/markdown/snippets | |
parent | 29c26d5b26397eaa3606d22d71309ecd1eb6b223 (diff) | |
download | meson-9061c3a52d355e478cbf83a6110b4cc3d2330ba6.zip meson-9061c3a52d355e478cbf83a6110b4cc3d2330ba6.tar.gz meson-9061c3a52d355e478cbf83a6110b4cc3d2330ba6.tar.bz2 |
wrap: Add support for applying a list of patch files
Co-authored-by: Xavier Claessens <xavier.claessens@collabora.com>
Diffstat (limited to 'docs/markdown/snippets')
-rw-r--r-- | docs/markdown/snippets/diff_files.md | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/docs/markdown/snippets/diff_files.md b/docs/markdown/snippets/diff_files.md new file mode 100644 index 0000000..3f425a2 --- /dev/null +++ b/docs/markdown/snippets/diff_files.md @@ -0,0 +1,6 @@ +## Diff files for wraps + +Wrap files can now define `diff_files`, a list of local patch files in `diff` +format. Meson will apply the diff files after extracting or cloning the project, +and after applying the overlay archive (`patch_*`). For this feature, the +`patch` or `git` command-line tool must be available. |