meson: require version >= 0.59

Required by feature_option.allowed()
This commit is contained in:
Daniel Eklöf 2022-12-13 15:58:59 +01:00
parent f5cfc103d0
commit 4631e75e28
No known key found for this signature in database
GPG key ID: 5BBD4992C116573F
2 changed files with 2 additions and 2 deletions

View file

@ -47,7 +47,7 @@
### Changed ### Changed
* Minimum required meson version is now 0.58. * Minimum required meson version is now 0.59.
* Float tags are now treated as floats instead of integers when * Float tags are now treated as floats instead of integers when
formatted with the `kb`/`kib`/`mb`/`mib`/`gb`/`gib` string particle formatted with the `kb`/`kib`/`mb`/`mib`/`gb`/`gib` string particle
formatters. formatters.

View file

@ -1,7 +1,7 @@
project('yambar', 'c', project('yambar', 'c',
version: '1.8.0', version: '1.8.0',
license: 'MIT', license: 'MIT',
meson_version: '>=0.58.0', meson_version: '>=0.59.0',
default_options: ['c_std=c18', default_options: ['c_std=c18',
'warning_level=1', 'warning_level=1',
'werror=true', 'werror=true',