raster pushed a commit to branch master. http://git.enlightenment.org/core/enlightenment.git/commit/?id=0f2d16ee2d75f3065c589f803e37432a6b378f5e
commit 0f2d16ee2d75f3065c589f803e37432a6b378f5e Author: Carsten Haitzler (Rasterman) <ras...@rasterman.com> Date: Sat Aug 24 08:07:21 2019 +0100 e - bump minimum efl to 1.22.3 --- meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meson.build b/meson.build index e573ec8e3..785877a47 100644 --- a/meson.build +++ b/meson.build @@ -38,7 +38,7 @@ config_h.set('E_RELEASE_BUILD' , '1') #release = 'ver-0.23' #### -efl_version = '>= 1.22.2' +efl_version = '>= 1.22.3' add_global_arguments('-DHAVE_CONFIG_H=1', language: 'c') dir_prefix = get_option('prefix') --