meson: using a fallback without a variable name requires meson >= 0.53

This commit is contained in:
Daniel Eklöf 2020-04-24 20:21:37 +02:00
parent badf9b7622
commit bf7cd9a617
No known key found for this signature in database
GPG key ID: 5BBD4992C116573F

View file

@ -1,7 +1,7 @@
project('yambar', 'c', project('yambar', 'c',
version: '1.4.0', version: '1.4.0',
license: 'MIT', license: 'MIT',
meson_version: '>=0.48.0', meson_version: '>=0.53.0',
default_options: ['c_std=c11', default_options: ['c_std=c11',
'warning_level=1', 'warning_level=1',
'werror=true', 'werror=true',