bu5hm4n pushed a commit to branch feature/meson. http://git.enlightenment.org/core/efl.git/commit/?id=1f6ac1242ee41c699bc0c310299be09ee2ec21e9
commit 1f6ac1242ee41c699bc0c310299be09ee2ec21e9 Author: Marcel Hollerbach <[email protected]> Date: Sat Dec 30 15:00:34 2017 +0000 meson: require 0.44 reasons: - include_directory flattening before evalulation of a target - dependencies in find_libraries calls - disabler object --- meson.build | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/meson.build b/meson.build index 114103f97c..de969abfbf 100644 --- a/meson.build +++ b/meson.build @@ -1,6 +1,7 @@ project('efl', ['c','cpp'], version: '1.20.99', - default_options : ['buildtype=plain'] + default_options : ['buildtype=plain'], + meson_version : '>=0.44' ) if target_machine.system() == 'darwin' --
