From 779d2d42f9db6a2797d1ef50036af6fac4e62e73 Mon Sep 17 00:00:00 2001 From: Petri Latvala Date: Fri, 27 Jul 2018 15:40:06 +0300 Subject: meson: Downgrade meson version requirement a notch 0.44.0 is a fine version. Signed-off-by: Petri Latvala Reviewed-by: Lucas De Marchi --- meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meson.build') diff --git a/meson.build b/meson.build index 63ac6292..682f44da 100644 --- a/meson.build +++ b/meson.build @@ -5,7 +5,7 @@ project('igt-gpu-tools', 'c', 'c_std=gnu11', ], license : 'MIT', - meson_version : '>0.44.0') + meson_version : '>=0.44.0') cc = meson.get_compiler('c') -- cgit v1.2.3