From 031f02c8c99cdbce4ce4cd7e3727771ac79bac31 Mon Sep 17 00:00:00 2001 From: Michael Gratton Date: Wed, 28 Aug 2019 19:17:14 +1000 Subject: [PATCH] Drop meson version req to remain buildable on Ubuntu 19.04 --- meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meson.build b/meson.build index dbf2469f..35da285c 100644 --- a/meson.build +++ b/meson.build @@ -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')