diff options
author | Petri Latvala <petri.latvala@intel.com> | 2018-07-27 15:40:06 +0300 |
---|---|---|
committer | Petri Latvala <petri.latvala@intel.com> | 2018-08-08 14:13:36 +0300 |
commit | 779d2d42f9db6a2797d1ef50036af6fac4e62e73 (patch) | |
tree | 24af9eef533951a377db6df95a86efae471f2644 /meson.build | |
parent | 7e5abbe4d9b2129bbbf02be77a70cad3da2ab941 (diff) |
meson: Downgrade meson version requirement a notch
0.44.0 is a fine version.
Signed-off-by: Petri Latvala <petri.latvala@intel.com>
Reviewed-by: Lucas De Marchi <lucas.demarchi@intel.com>
Diffstat (limited to 'meson.build')
-rw-r--r-- | meson.build | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meson.build b/meson.build index 63ac6292a..682f44da1 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') |