diff options
author | Daniel Vetter <daniel.vetter@ffwll.ch> | 2017-09-05 14:36:24 +0200 |
---|---|---|
committer | Daniel Vetter <daniel.vetter@ffwll.ch> | 2017-09-08 17:07:26 +0200 |
commit | 866970a57a9def534f4b4671b59670fb70f54141 (patch) | |
tree | 4336a66f8a02916a643d734b82fe5d9618df90e6 | |
parent | 2e0b57dcd49f0b7a5ab2cd4818ee72513430c9c5 (diff) |
meson: Bump required version to 0.40
link_whole needs that, and we need that. Reported by Chris Wilson.
Acked-by: Jani Nikula <jani.nikula@intel.com>
Acked-by: Arkadiusz Hiler <arkadiusz.hiler@intel.com>
Acked-by: Petri Latvala <petri.latvala@intel.com>
Acked-by: Daniel Stone <daniels@collabora.com>
Acked-by: Radoslaw Szwichtenberg <radoslaw.szwichtenberg@intel.com>
Signed-off-by: Daniel Vetter <daniel.vetter@intel.com>
-rw-r--r-- | meson.build | 3 |
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') |