meson: this version is enough for the things we use in the moment

this makes meson build work on ubuntu 17.04
This commit is contained in:
Marcel Hollerbach 2017-11-04 10:43:10 +00:00 committed by Mike Blumenkrantz
parent cc0ac5cf72
commit d710cf5bb0
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@ project('enlightenment', 'c',
version : '0.22.0',
license : 'BSD 2 clause',
default_options: [ 'c_std=gnu99', 'warning_level=2' ],
meson_version : '>= 0.40.0')
meson_version : '>= 0.39.0')
##### convenience variables for later
proj = meson.project_name()