1
0
Fork 0
mirror of https://gitlab.gnome.org/GNOME/calls.git synced 2024-05-21 20:49:29 +00:00

Merge branch 'meson-version' into 'master'

meson: Bump required version

See merge request Librem5/calls!10
This commit is contained in:
Bob Ham 2018-08-03 10:33:15 +00:00
commit b0d35499b3

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