[Intel-gfx] [PATCH i-g-t] meson: Bump required version to 0.44.0

Rhys Kidd rhyskidd at gmail.com
Sun Dec 24 14:49:11 UTC 2017


warning() needs that, which was introduced in a 865a47ca failure path.

Otherwise we get error messages on that failure path like:
  ...
  Program leg found: NO

  Meson encountered an error in file overlay/meson.build, line 62, column 1:
  Unknown function "warning".
  FAILED: build.ninja
  ...

Fixes: 865a47ca ("overlay: parse tracepoints from sysfs to figure out fields' location")
Signed-off-by: Rhys Kidd <rhyskidd at gmail.com>
---
 meson.build | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meson.build b/meson.build
index 0950d3c7..20064ae1 100644
--- a/meson.build
+++ b/meson.build
@@ -5,7 +5,7 @@ project('IGT gpu tests', 'c',
           'c_std=gnu99',
         ],
 	license : 'MIT',
-	meson_version : '>0.40.0')
+	meson_version : '>=0.44.0')
 
 cc = meson.get_compiler('c')
 
-- 
2.14.1



More information about the Intel-gfx mailing list