meson: and another missing file in ecore
authorMarcel Hollerbach <mail@marcel-hollerbach.de>
Thu, 3 Jan 2019 21:59:01 +0000 (22:59 +0100)
committerJaehyun Cho <jae_hyun.cho@samsung.com>
Tue, 8 Jan 2019 04:50:41 +0000 (13:50 +0900)
they are so slowly caught by two reasons:

- .eo.c files are defining weak symbols, so no warnings when a symbol is
missing
- The APIs of the missing files are not tested, nor in examples in tree,
so not build and not discovered

src/lib/ecore/meson.build

index ce19d04..6fc4b2c 100644 (file)
@@ -181,6 +181,7 @@ ecore_src = [
   'efl_exe.c',
   'efl_thread.c',
   'efl_threadio.c',
+  'efl_appthread.c',
 ]
 
 if sys_windows == true