From e9261a9900653ce78740690b98aca696ecb545c7 Mon Sep 17 00:00:00 2001 From: Richard Hughes Date: Fri, 2 Sep 2022 11:19:49 +0100 Subject: [PATCH] Lower the meson requirement to what ships in Ubuntu 18.04 --- meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meson.build b/meson.build index 48a8cb6..976ed1e 100644 --- a/meson.build +++ b/meson.build @@ -1,7 +1,7 @@ project('UEFITool', ['c', 'cpp'], version: 'A60', license: 'BSD-2-Clause', - meson_version: '>=0.53.2', + meson_version: '>=0.45.0', default_options : ['c_std=c11', 'cpp_std=c++11'], )