blob: 3f425a2d6ad798f75b3aa28f4a066e7111012374 (
plain)
1
2
3
4
5
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.
|