Add minimum meson version

This commit is contained in:
Scott Anderson 2017-11-22 12:05:44 +13:00
parent 1228d0da19
commit 87258c718c
1 changed files with 1 additions and 0 deletions

View File

@ -2,6 +2,7 @@ project(
'wlroots', 'wlroots',
'c', 'c',
license: 'MIT', license: 'MIT',
meson_version: '>=0.43.0',
default_options: [ default_options: [
'c_std=c11', 'c_std=c11',
'warning_level=2', 'warning_level=2',