meson.build: Refuse XCode versions < v15.0
authorThomas Huth <thuth@redhat.com>
Tue, 26 Nov 2024 08:10:54 +0000 (09:10 +0100)
committerThomas Huth <thuth@redhat.com>
Wed, 27 Nov 2024 08:19:59 +0000 (09:19 +0100)
commit4e035201b961cd545b6801f6656908ecc3055c69
treeb780be3646f431b02f4d115646aadd3367fe5263
parent804675920158a290d3cda5caddf5a77ac29dad8c
meson.build: Refuse XCode versions < v15.0

According to our support policy, we only support the two latest
major versions of macOS, and we already removed compatibility code
for older versions. However, it's still possible that people install
an older version of XCode on a recent version of macOS - which won't
be able to compile QEMU anymore, see for example the ticket here:

 https://gitlab.com/qemu-project/qemu/-/issues/2694

Thus let's set the expectations right and refuse older versions of
XCode that do not match the two latest versions of macOS anymore.

Message-ID: <20241126081054.244365-1-thuth@redhat.com>
Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Tested-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Signed-off-by: Thomas Huth <thuth@redhat.com>
meson.build