From f56cf318e514301799f59e6b9709acbe3584b381 Mon Sep 17 00:00:00 2001 From: Marcel Hollerbach Date: Wed, 26 Dec 2018 12:31:19 +0100 Subject: [PATCH] build: there have been missing build files there are the 3 files in ecore. However, they have not been tested, there are additionally no examples at all, which did not bring up the missing API calls, now they are here. Note: they are compiling, however, it seems that it is not working right now. --- src/lib/ecore/meson.build | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/lib/ecore/meson.build b/src/lib/ecore/meson.build index b9536b07f4..803e8d94fd 100644 --- a/src/lib/ecore/meson.build +++ b/src/lib/ecore/meson.build @@ -175,7 +175,10 @@ ecore_src = [ 'ecore_exe_private.h', 'ecore_private.h', 'ecore_internal.h', - 'ecore_main_common.h' + 'ecore_main_common.h', + 'efl_exe.c', + 'efl_thread.c', + 'efl_threadio.c', ] if sys_windows == true