meson.build: Require Meson 0.60.0 or newer

This commit is contained in:
TheLastRar 2026-04-13 18:43:20 +01:00
parent a6d486002d
commit 76e3f25e41
2 changed files with 2 additions and 2 deletions

View file

@ -56,7 +56,7 @@ variables:
- Import-Certificate -CertStoreLocation "Cert:\LocalMachine\Root" "C:\roots.sst"
# Make sure meson is up to date so we don't need to rebuild the image
# with each release.
- pip3 install -U 'meson==0.59.*'
- pip3 install -U 'meson==0.60.*'
- pip3 install -U ninja
script:
# For some reason, options are separated by newlines instead of spaces,

View file

@ -24,7 +24,7 @@
#
project('freetype2', 'c',
meson_version: '>= 0.55.0',
meson_version: '>= 0.60.0',
version: run_command('builds/meson/extract_freetype_version.py',
'include/freetype/freetype.h',
check: true).stdout().strip(),