aboutsummaryrefslogtreecommitdiff
path: root/docs/markdown/snippets
diff options
context:
space:
mode:
authorJussi Pakkanen <jpakkane@gmail.com>2020-05-27 23:42:30 +0300
committerGitHub <noreply@github.com>2020-05-27 23:42:30 +0300
commitc61f75adbfd5b2ce18de329e65217cc911f989d4 (patch)
treef6fda4f428279e9530b89de7eeb09049bc289295 /docs/markdown/snippets
parente2c475939eca7d49b9039be3c0a565c0e38c32ac (diff)
parent5e5895814fab79c3f60ce406b0c6cf8d89a7970e (diff)
downloadmeson-c61f75adbfd5b2ce18de329e65217cc911f989d4.zip
meson-c61f75adbfd5b2ce18de329e65217cc911f989d4.tar.gz
meson-c61f75adbfd5b2ce18de329e65217cc911f989d4.tar.bz2
Merge pull request #6818 from mensinda/localPatch
Wrap: add local files support via *_filename
Diffstat (limited to 'docs/markdown/snippets')
-rw-r--r--docs/markdown/snippets/wrap_patch.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/docs/markdown/snippets/wrap_patch.md b/docs/markdown/snippets/wrap_patch.md
new file mode 100644
index 0000000..7d6d9c2
--- /dev/null
+++ b/docs/markdown/snippets/wrap_patch.md
@@ -0,0 +1,6 @@
+## 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.