Merge pull request #442 from ascent12/meson-version

Add minimum meson version
This commit is contained in:
Drew DeVault 2017-11-21 18:35:52 -05:00 committed by GitHub
commit b8a2bfbc73
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

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