diff options
author | Eli Schwartz <eschwartz@archlinux.org> | 2021-10-10 10:08:10 -0400 |
---|---|---|
committer | Xavier Claessens <xclaesse@gmail.com> | 2021-10-10 10:17:55 -0400 |
commit | 4d9cc9ceabdbc0c77ecb11f71904c5e71bd264dc (patch) | |
tree | ce7ec7ba895ff429cb56156f7c5c929abb710912 | |
parent | e72da5ff5add7392fbd9202a763fbb9902cf0870 (diff) | |
download | meson-4d9cc9ceabdbc0c77ecb11f71904c5e71bd264dc.zip meson-4d9cc9ceabdbc0c77ecb11f71904c5e71bd264dc.tar.gz meson-4d9cc9ceabdbc0c77ecb11f71904c5e71bd264dc.tar.bz2 |
Add release notes for `subprojects packagefiles`.
-rw-r--r-- | docs/markdown/snippets/subprojects_packagefiles.md | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/docs/markdown/snippets/subprojects_packagefiles.md b/docs/markdown/snippets/subprojects_packagefiles.md new file mode 100644 index 0000000..7628f54 --- /dev/null +++ b/docs/markdown/snippets/subprojects_packagefiles.md @@ -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. |