summaryrefslogtreecommitdiff
path: root/meson.build
diff options
context:
space:
mode:
authorSimon Ser <contact@emersion.fr>2021-01-05 12:10:58 +0100
committerSimon Ser <contact@emersion.fr>2022-02-05 15:39:21 +0100
commitc78807520f6c458f3afda3c709fb0f4862971958 (patch)
tree6737c5d3e6be44de218c6844f7a0e9d858f991b5 /meson.build
parent4ebd997de2b52c0998a91436ed05ffbe6d56a306 (diff)
downloadwayland-c78807520f6c458f3afda3c709fb0f4862971958.tar.gz
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>
Diffstat (limited to 'meson.build')
-rw-r--r--meson.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/meson.build b/meson.build
index e9691ff..e7fc3ee 100644
--- a/meson.build
+++ b/meson.build
@@ -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',