netstar pushed a commit to branch master. http://git.enlightenment.org/apps/evisum.git/commit/?id=d8c2aba2ea3187e3831c14efb077f1510ed48eb7
commit d8c2aba2ea3187e3831c14efb077f1510ed48eb7 Author: Alastair Poole <nets...@gmail.com> Date: Sat Apr 10 07:20:58 2021 +0100 meson: build fix batden :) --- meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meson.build b/meson.build index e3dba3c..b3bdd34 100644 --- a/meson.build +++ b/meson.build @@ -1,6 +1,6 @@ ##### Project project('evisum', 'c', - version : '0.5.99.99' + version : '0.5.99.99', meson_version : '>= 0.40.0') efl_version = '>= 1.22.0' --