Drop meson version req to remain buildable on Ubuntu 19.04

This commit is contained in:
Michael Gratton 2019-08-28 19:17:14 +10:00
parent 17c4151c8a
commit 031f02c8c9

View file

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