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:
Simon Ser 2021-01-05 12:10:58 +01:00
parent 4ebd997de2
commit c78807520f
2 changed files with 3 additions and 3 deletions

View file

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