meson - need 0.47 or better as we use features from 0.47

This commit is contained in:
Carsten Haitzler 2019-05-14 12:42:39 +01:00
parent 83648242f3
commit 160f8935ab
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.41.0')
meson_version : '>= 0.47.0')
##### convenience variables for later
proj = meson.project_name()