From 3c11c57755a306bbe5c4789645cd5e7c9f968e02 Mon Sep 17 00:00:00 2001 From: Emmanuele Bassi Date: Fri, 8 Nov 2019 15:04:41 +0000 Subject: [PATCH] Bump up the required version of Meson Match the one we're testing on our CI infrastructure. --- meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meson.build b/meson.build index ec8291540e..c07ae0340e 100644 --- a/meson.build +++ b/meson.build @@ -7,7 +7,7 @@ project('gtk', 'c', # https://github.com/mesonbuild/meson/issues/2289 'c_std=gnu99', ], - meson_version : '>= 0.48.0', + meson_version : '>= 0.50.1', license: 'LGPLv2.1+') glib_major_req = 2