mirror of
https://gitlab.freedesktop.org/wayland/wayland.git
synced 2025-10-29 05:40:16 -04:00
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:
parent
ad4ed17335
commit
e7df1f2af2
1 changed files with 1 additions and 1 deletions
|
|
@ -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',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue