meson: raised the minimum version to 0.58 to suppress numerous warnings

This commit is contained in:
Dmitri Chudinov 2022-06-09 12:45:05 +05:00
parent e08edfc068
commit e2584da7c1
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
project('efl', ['c','cpp'],
version: '1.26.99',
default_options : ['buildtype=plain', 'warning_level=1', 'cpp_std=c++11'],
meson_version : '>=0.50'
meson_version : '>=0.58'
)
if host_machine.system() == 'darwin'