build: bump minimum Meson version to 0.57

Fixes the following warning:

    tests/meson.build:91: WARNING: Project targets '>= 0.56.0' but uses feature introduced in '0.57.0': env arg in run_target.

Signed-off-by: Simon Ser <contact@emersion.fr>
This commit is contained in:
Simon Ser 2024-03-28 15:40:44 +01:00
parent ad4ed17335
commit e7df1f2af2

View file

@ -2,7 +2,7 @@ project(
'wayland', 'c',
version: '1.22.90',
license: 'MIT',
meson_version: '>= 0.56.0',
meson_version: '>= 0.57.0',
default_options: [
'warning_level=2',
'buildtype=debugoptimized',