summaryrefslogtreecommitdiff
path: root/meson.build
diff options
context:
space:
mode:
authorMatt Turner <mattst88@gmail.com>2020-03-16 16:46:00 -0700
committerMatt Turner <mattst88@gmail.com>2020-03-18 13:36:44 -0700
commit9f9e971f56e20fd4347b5af790f223909c7fb88e (patch)
treee6cb8e9b24506c56900c264ceefeb8f1b7bda771 /meson.build
parentd840681707287df9a06bb427caab065b2e50515d (diff)
downloadwayland-9f9e971f56e20fd4347b5af790f223909c7fb88e.tar.gz
meson: Raise requirement to meson >= 0.52.1
Many new and valuable features were added between Meson 0.49 and 0.52.1. We would like to use some of them. Signed-off-by: Matt Turner <mattst88@gmail.com>
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 540dee8..b67b101 100644
--- a/meson.build
+++ b/meson.build
@@ -2,7 +2,7 @@ project(
'wayland', 'c', 'cpp',
version: '1.18.90',
license: 'MIT',
- meson_version: '>= 0.47.0',
+ meson_version: '>= 0.52.1',
default_options: [
'warning_level=2',
'buildtype=debugoptimized'