try with meson 0.53

since github workflow meson is rather old
This commit is contained in:
John Cupitt 2022-02-18 10:21:26 +00:00
parent f573dc47e3
commit ecba43c21c
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
project('vips', 'c', 'cpp',
version: '8.13.0',
meson_version: '>=0.56',
meson_version: '>=0.53',
default_options: [
# this is what glib uses (one of our required deps), so we use it too
'c_std=gnu99'