1
0
Fork 0
mirror of https://gitlab.gnome.org/GNOME/calls.git synced 2024-05-21 20:49:29 +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:
Guido Günther 2018-07-29 15:37:33 +02:00
parent 1538848141
commit f21d82101b

View file

@ -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' ],
)