[igt-dev] [PATCH i-g-t 1/1] meson: Downgrade meson version requirement a notch

Petri Latvala petri.latvala at intel.com
Fri Jul 27 12:40:06 UTC 2018


0.44.0 is a fine version.

Signed-off-by: Petri Latvala <petri.latvala at intel.com>
---
 meson.build | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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')
 
-- 
2.14.1



More information about the igt-dev mailing list