From 866970a57a9def534f4b4671b59670fb70f54141 Mon Sep 17 00:00:00 2001 From: Daniel Vetter Date: Tue, 5 Sep 2017 14:36:24 +0200 Subject: meson: Bump required version to 0.40 link_whole needs that, and we need that. Reported by Chris Wilson. Acked-by: Jani Nikula Acked-by: Arkadiusz Hiler Acked-by: Petri Latvala Acked-by: Daniel Stone Acked-by: Radoslaw Szwichtenberg Signed-off-by: Daniel Vetter --- meson.build | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'meson.build') 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') -- cgit v1.2.3