summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-rw-r--r--docs/markdown/snippets/gnome-rsp-files-support.md8
1 files changed, 8 insertions, 0 deletions
diff --git a/docs/markdown/snippets/gnome-rsp-files-support.md b/docs/markdown/snippets/gnome-rsp-files-support.md
new file mode 100644
index 000000000..0506cf714
--- /dev/null
+++ b/docs/markdown/snippets/gnome-rsp-files-support.md
@@ -0,0 +1,8 @@
+# Support response files for custom targets
+
+When using the Ninja backend, Meson can now pass arguments to supported tools
+through response files.
+
+In this release it's enabled only for the Gnome module, fixing calling
+`gnome.mkenums()` with a large set of files on Windows (requires
+Glib 2.59 or higher).