forked from external/yambar
meson: require version >= 0.59
Required by feature_option.allowed()
This commit is contained in:
parent
f5cfc103d0
commit
4631e75e28
2 changed files with 2 additions and 2 deletions
|
@ -47,7 +47,7 @@
|
|||
|
||||
### 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
|
||||
formatted with the `kb`/`kib`/`mb`/`mib`/`gb`/`gib` string particle
|
||||
formatters.
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
project('yambar', 'c',
|
||||
version: '1.8.0',
|
||||
license: 'MIT',
|
||||
meson_version: '>=0.58.0',
|
||||
meson_version: '>=0.59.0',
|
||||
default_options: ['c_std=c18',
|
||||
'warning_level=1',
|
||||
'werror=true',
|
||||
|
|
Loading…
Add table
Reference in a new issue