From c0565b61d3ac2842023046d521cb755baf40eca7 Mon Sep 17 00:00:00 2001 From: Pekka Paalanen Date: Mon, 8 Feb 2021 14:19:56 +0200 Subject: [PATCH] build: bump Meson requirement to 0.52.1 Fixes: https://gitlab.freedesktop.org/wayland/weston/-/issues/296 The conclusion (quite a while ago, too) was that requiring Meson 0.52 is fine. Mesa does that too. Bump the requirement to 0.52.1 which is the last release of the 0.52 series. This allows all issues listed in #296 to be worked on. It also allows switching to TAP in the test suite for more detailed reports. Signed-off-by: Pekka Paalanen --- meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meson.build b/meson.build index 23489468..fa828e4c 100644 --- a/meson.build +++ b/meson.build @@ -6,7 +6,7 @@ project('weston', 'c_std=gnu99', 'b_lundef=true', ], - meson_version: '>= 0.47', + meson_version: '>= 0.52.1', license: 'MIT/Expat', )