build: there have been missing build files
authorMarcel Hollerbach <mail@marcel-hollerbach.de>
Wed, 26 Dec 2018 11:31:19 +0000 (12:31 +0100)
committerSangHyeon Jade Lee <sh10233.lee@samsung.com>
Thu, 27 Dec 2018 03:35:27 +0000 (12:35 +0900)
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

index b9536b0..803e8d9 100644 (file)
@@ -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