Lower the meson requirement to what ships in Ubuntu 18.04

This commit is contained in:
Richard Hughes 2022-09-02 11:19:49 +01:00 committed by Nikolaj Schlej
parent f58a97a657
commit e9261a9900

View file

@ -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'],
)