aboutsummaryrefslogtreecommitdiff
path: root/docs/markdown/snippets/wrap_patch.md
diff options
context:
space:
mode:
authorJussi Pakkanen <jpakkane@gmail.com>2020-07-12 17:25:51 +0300
committerJussi Pakkanen <jpakkane@gmail.com>2020-07-12 17:25:51 +0300
commitd0c68dc11507a47b9b85de508e023d9590d60565 (patch)
tree2a5ae49d56c098f46ed436b72bdb511accc52f97 /docs/markdown/snippets/wrap_patch.md
parentd769b425f0b56779bad571fbf7145c8d2f7fecc9 (diff)
downloadmeson-d0c68dc11507a47b9b85de508e023d9590d60565.zip
meson-d0c68dc11507a47b9b85de508e023d9590d60565.tar.gz
meson-d0c68dc11507a47b9b85de508e023d9590d60565.tar.bz2
Updated everything for release 0.55.0.0.55.0
Diffstat (limited to 'docs/markdown/snippets/wrap_patch.md')
-rw-r--r--docs/markdown/snippets/wrap_patch.md19
1 files changed, 0 insertions, 19 deletions
diff --git a/docs/markdown/snippets/wrap_patch.md b/docs/markdown/snippets/wrap_patch.md
deleted file mode 100644
index ae66bbd..0000000
--- a/docs/markdown/snippets/wrap_patch.md
+++ /dev/null
@@ -1,19 +0,0 @@
-## Local wrap source and patch files
-
-It is now possible to use the `patch_filename` and `source_filename` value in a
-`.wrap` file without `*_url` to specify a local source / patch file. All local
-files must be located in the `subprojects/packagefiles` directory. The `*_hash`
-entries are optional with this setup.
-
-## Local wrap patch directory
-
-Wrap files can now specify `patch_directory` instead of `patch_filename` in the
-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.