Bump required meson version to 0.50

Silences some warnings.
This commit is contained in:
Michael Gratton 2019-09-27 17:26:37 +10:00
parent 8b2662824d
commit 50d2a08663

View file

@ -1,7 +1,7 @@
project('geary', [ 'vala', 'c' ],
version: '3.35.0',
license: 'LGPL2.1+',
meson_version: '>= 0.49',
meson_version: '>= 0.50',
)
gnome = import('gnome')