[Intel-gfx] [PATCH i-g-t 22/22] meson: Bump required version to 0.40

Daniel Vetter daniel.vetter at ffwll.ch
Tue Sep 5 12:36:24 UTC 2017


link_whole needs that, and we need that. Reported by Chris Wilson.

Signed-off-by: Daniel Vetter <daniel.vetter at intel.com>
---
 meson.build | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/meson.build b/meson.build
index 2b49a0db6500..0858354f1b0d 100644
--- a/meson.build
+++ b/meson.build
@@ -4,7 +4,8 @@ project('IGT gpu tests', 'c',
           'warning_level=2',
           'c_std=gnu99',
         ],
-	license : 'MIT')
+	license : 'MIT',
+	meson_version : '>0.40.0')
 
 cc = meson.get_compiler('c')
 
-- 
2.14.1



More information about the Intel-gfx mailing list