mirror of
https://codeberg.org/dnkl/yambar.git
synced 2025-04-23 20:35:42 +02:00
meson: using a fallback without a variable name requires meson >= 0.53
This commit is contained in:
parent
badf9b7622
commit
bf7cd9a617
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
project('yambar', 'c',
|
||||
version: '1.4.0',
|
||||
license: 'MIT',
|
||||
meson_version: '>=0.48.0',
|
||||
meson_version: '>=0.53.0',
|
||||
default_options: ['c_std=c11',
|
||||
'warning_level=1',
|
||||
'werror=true',
|
||||
|
|
Loading…
Add table
Reference in a new issue