diff options
| author | Matt Turner <mattst88@gmail.com> | 2020-03-16 16:46:00 -0700 |
|---|---|---|
| committer | Matt Turner <mattst88@gmail.com> | 2020-03-18 13:36:44 -0700 |
| commit | 9f9e971f56e20fd4347b5af790f223909c7fb88e (patch) | |
| tree | e6cb8e9b24506c56900c264ceefeb8f1b7bda771 /meson.build | |
| parent | .gitlab-ci.yml: Switch from Stretch to Buster (diff) | |
| download | wayland-9f9e971f56e20fd4347b5af790f223909c7fb88e.tar wayland-9f9e971f56e20fd4347b5af790f223909c7fb88e.tar.gz wayland-9f9e971f56e20fd4347b5af790f223909c7fb88e.tar.bz2 wayland-9f9e971f56e20fd4347b5af790f223909c7fb88e.tar.lz wayland-9f9e971f56e20fd4347b5af790f223909c7fb88e.tar.xz wayland-9f9e971f56e20fd4347b5af790f223909c7fb88e.tar.zst wayland-9f9e971f56e20fd4347b5af790f223909c7fb88e.zip | |
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.build | 2 |
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' |
