From 4049ce5a81091c45143f735dd27130679dafd91d Mon Sep 17 00:00:00 2001 From: "L. E. Segovia" Date: Thu, 22 May 2025 11:16:04 -0300 Subject: docs: Add response files entry See https://github.com/mesonbuild/meson/pull/14391 --- docs/markdown/snippets/gnome-rsp-files-support.md | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 docs/markdown/snippets/gnome-rsp-files-support.md (limited to 'docs') 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). -- cgit v1.2.3