meson: Bump required version
This avoids WARNING: Project targetting '>= 0.40.1' but tried to use feature introduced in '0.42.0': gnome.mkenums_simple 0.42 is fairly old already and 0.40 isn't in a stable Debian release either.
This commit is contained in:
@@ -22,7 +22,7 @@
|
||||
project('call', 'c',
|
||||
version: '0.0.0',
|
||||
license: 'GPLv3+',
|
||||
meson_version: '>= 0.40.1',
|
||||
meson_version: '>= 0.42.0',
|
||||
default_options: [ 'warning_level=1', 'buildtype=debugoptimized', 'c_std=gnu11' ],
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user