mirror of
https://gitlab.freedesktop.org/wayland/wayland.git
synced 2025-10-29 05:40:16 -04:00
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>
This commit is contained in:
parent
d840681707
commit
9f9e971f56
1 changed files with 1 additions and 1 deletions
|
|
@ -2,7 +2,7 @@ project(
|
||||||
'wayland', 'c', 'cpp',
|
'wayland', 'c', 'cpp',
|
||||||
version: '1.18.90',
|
version: '1.18.90',
|
||||||
license: 'MIT',
|
license: 'MIT',
|
||||||
meson_version: '>= 0.47.0',
|
meson_version: '>= 0.52.1',
|
||||||
default_options: [
|
default_options: [
|
||||||
'warning_level=2',
|
'warning_level=2',
|
||||||
'buildtype=debugoptimized'
|
'buildtype=debugoptimized'
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue