meson: bump required version

we are using pkgconfig features that are newer, anything that is not
using this or higher will simply not configure.
This commit is contained in:
Marcel Hollerbach 2018-11-01 23:16:23 +01:00
parent c49f49829f
commit 043d0e77d0
1 changed files with 1 additions and 1 deletions

View File

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