summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--meson.build3
1 files changed, 2 insertions, 1 deletions
diff --git a/meson.build b/meson.build
index 2b49a0db..0858354f 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')