diff options
author | Daniel Mensinger <daniel@mensinger-ka.de> | 2020-03-21 11:54:00 +0100 |
---|---|---|
committer | Daniel Mensinger <daniel@mensinger-ka.de> | 2020-04-25 16:03:16 +0200 |
commit | 5e5895814fab79c3f60ce406b0c6cf8d89a7970e (patch) | |
tree | 7fee73be0058b432d44eed14ec6f6673655271c9 /docs/markdown/snippets | |
parent | faf16545faca2c02e2462ecce9f8946d5a5790e6 (diff) | |
download | meson-5e5895814fab79c3f60ce406b0c6cf8d89a7970e.zip meson-5e5895814fab79c3f60ce406b0c6cf8d89a7970e.tar.gz meson-5e5895814fab79c3f60ce406b0c6cf8d89a7970e.tar.bz2 |
wrap: Updated docs
Diffstat (limited to 'docs/markdown/snippets')
-rw-r--r-- | docs/markdown/snippets/wrap_patch.md | 6 |
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. |