mirror of
https://gitlab.freedesktop.org/wayland/wayland.git
synced 2026-04-16 08:21:35 -04:00
meson: build requirement to 0.56.0
meson.project_build_root() is only available with 0.56.0. Signed-off-by: Simon Ser <contact@emersion.fr>
This commit is contained in:
parent
4ebd997de2
commit
c78807520f
2 changed files with 3 additions and 3 deletions
|
|
@ -2,7 +2,7 @@ project(
|
|||
'wayland', 'c',
|
||||
version: '1.20.90',
|
||||
license: 'MIT',
|
||||
meson_version: '>= 0.52.1',
|
||||
meson_version: '>= 0.56.0',
|
||||
default_options: [
|
||||
'warning_level=2',
|
||||
'buildtype=debugoptimized',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue