-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add release notes for
subprojects packagefiles
.
- Loading branch information
1 parent
e72da5f
commit 4d9cc9c
Showing
1 changed file
with
11 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
## New `subprojects packagefiles` subcommand | ||
|
||
It is now possible to re-apply `meson.build` overlays (`patch_filename` or | ||
`patch_directory` in the wrap ini file) after a subproject was downloaded and | ||
set up, via `meson subprojects packagefiles --apply <wrap-name>`. | ||
|
||
It is also possible for `patch_directory` overlays in a `[wrap-file]`, to copy | ||
the packagefiles out of the subproject and back into `packagefiles/<patch_directory>/` | ||
via `meson subprojects packagefiles --save <wrap-name>`. This is useful for | ||
testing an edit in the subproject and then saving it back to the overlay which | ||
is checked into git. |