From cc48c23175a8439eca797644f1ded54de3c4129b Mon Sep 17 00:00:00 2001 From: Arkadiusz Hiler Date: Tue, 19 Feb 2019 12:51:42 +0200 Subject: meson: Bump meson version requirement to 0.46.0 ... so we can have multiple binaries with the same name. v2: Updated news (Daniel) Cc: Petri Latvala Cc: Daniel Vetter Signed-off-by: Arkadiusz Hiler Acked-by: Daniel Vetter --- meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meson.build') diff --git a/meson.build b/meson.build index 356a5414..099db897 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.46.0') cc = meson.get_compiler('c') -- cgit v1.2.3