diff options
| author | L. E. Segovia <amy@amyspark.me> | 2025-05-22 11:16:04 -0300 |
|---|---|---|
| committer | Nirbheek Chauhan <nirbheek.chauhan@gmail.com> | 2025-05-22 23:44:35 +0530 |
| commit | 4049ce5a81091c45143f735dd27130679dafd91d (patch) | |
| tree | 0de48306112a8432afaadddd686e203c37f7e0d0 | |
| parent | 7f1437a928d4282e45991ff6145dee8a9043be2f (diff) | |
| download | meson-4049ce5a81091c45143f735dd27130679dafd91d.tar.gz | |
docs: Add response files entry
See https://github.com/mesonbuild/meson/pull/14391
| -rw-r--r-- | docs/markdown/snippets/gnome-rsp-files-support.md | 8 |
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). |
