aboutsummaryrefslogtreecommitdiff
path: root/docs/markdown/snippets
diff options
context:
space:
mode:
authorJon Turney <jon.turney@dronecode.org.uk>2018-06-04 13:45:13 +0100
committerNirbheek Chauhan <nirbheek.chauhan@gmail.com>2018-06-18 10:52:21 +0000
commitc0f59399e43bb83de4cf78e80034326ef381d9ac (patch)
treed057bd08f399e75156b4ea97530dae3a0883b5fe /docs/markdown/snippets
parentc9a89027accff8385028a2b5e93465d28c63be36 (diff)
downloadmeson-c0f59399e43bb83de4cf78e80034326ef381d9ac.zip
meson-c0f59399e43bb83de4cf78e80034326ef381d9ac.tar.gz
meson-c0f59399e43bb83de4cf78e80034326ef381d9ac.tar.bz2
Add a depends: keyword to windows.compile_resources()
Expose depends: from the custom_target this creates.
Diffstat (limited to 'docs/markdown/snippets')
-rw-r--r--docs/markdown/snippets/windows-resources-dependencies.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/markdown/snippets/windows-resources-dependencies.md b/docs/markdown/snippets/windows-resources-dependencies.md
index e30e18c..e061778 100644
--- a/docs/markdown/snippets/windows-resources-dependencies.md
+++ b/docs/markdown/snippets/windows-resources-dependencies.md
@@ -1,7 +1,7 @@
## Windows resource files dependencies
The `compile_resources()` function of the `windows` module now takes
-the `depend_files:` keyword.
+the `depend_files:` and `depends:` keywords.
When using binutils's `windres`, dependencies on files `#include`'d by the
preprocessor are now automatically tracked.