mirror of
https://gitlab.freedesktop.org/freetype/freetype.git
synced 2026-05-07 06:28:02 +02:00
meson.build: Require Meson 0.60.0 or newer
This commit is contained in:
parent
a6d486002d
commit
76e3f25e41
2 changed files with 2 additions and 2 deletions
|
|
@ -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,
|
||||
|
|
|
|||
|
|
@ -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(),
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue