Hi, this patch series contains a couple of more-or-less random cleanups and improvements for Meson that I have accumulated over the last two months. Thanks! Patrick --- Patrick Steinhardt (8): meson: stop discovering native version of Python meson: stop printing 'https' option twice in our summaries meson: improve summary of auto-detected features meson: clean up unnecessary variables meson: fix lookup of shell on MINGW64 meson: fix GIT_EXEC_PATH with overridden -Dlibexecdir= meson: update subproject wrappers ci: use Meson's new `--slice` option .github/workflows/main.yml | 2 +- .gitlab-ci.yml | 2 +- Documentation/meson.build | 5 ++--- meson.build | 26 ++++++++++++-------------- subprojects/expat.wrap | 18 +++++++++--------- subprojects/pcre2.wrap | 18 +++++++++--------- 6 files changed, 34 insertions(+), 37 deletions(-) --- base-commit: 8b6f19ccfc3aefbd0f22f6b7d56ad6a3fc5e4f37 change-id: 20250703-b4-pks-meson-cleanups-f53858d694f3