mirror of
https://gitlab.gnome.org/GNOME/calls.git
synced 2025-01-06 03:25:31 +00:00
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:
parent
1538848141
commit
f21d82101b
1 changed files with 1 additions and 1 deletions
|
@ -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' ],
|
||||
)
|
||||
|
||||
|
|
Loading…
Reference in a new issue