raster pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=1fae1b979a5bd4af4146d33127c456475c1be00e
commit 1fae1b979a5bd4af4146d33127c456475c1be00e Author: Carsten Haitzler (Rasterman) <[email protected]> Date: Thu Jun 4 12:00:52 2020 +0100 need to upgrade meson. it looks like older ones have trouble like adding endless: -lm -ldl -lm -ldl .... --- meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meson.build b/meson.build index 5369b46169..3585eabdef 100644 --- a/meson.build +++ b/meson.build @@ -1,7 +1,7 @@ project('efl', ['c','cpp'], version: '1.24.99', default_options : ['buildtype=plain', 'cpp_std=c++11'], - meson_version : '>=0.47' + meson_version : '>=0.52' ) if host_machine.system() == 'darwin' --
