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
|
@ -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'
|
||||
|
|
Loading…
Reference in New Issue
Block a user