From 9c840fedd841773c475ca305e75aacc4e718f6a6 Mon Sep 17 00:00:00 2001 From: Philip Withnall Date: Thu, 14 Jun 2018 13:02:18 +0100 Subject: [PATCH] build: Bump Meson dependency to 0.46.1 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit We don’t strictly require this, but given that our CI runs it, we essentially never test with 0.46.0, so it might as well be broken. Signed-off-by: Philip Withnall --- meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meson.build b/meson.build index 6abc2e6e2..641a16008 100644 --- a/meson.build +++ b/meson.build @@ -1,6 +1,6 @@ project('glib', 'c', 'cpp', version : '2.57.1', - meson_version : '>= 0.46.0', + meson_version : '>= 0.46.1', default_options : [ 'buildtype=debugoptimized', 'warning_level=1',