diff options
author | Marcel Hollerbach <mail@marcel-hollerbach.de> | 2019-01-03 22:59:01 +0100 |
---|---|---|
committer | Marcel Hollerbach <mail@marcel-hollerbach.de> | 2019-01-04 12:07:01 +0100 |
commit | 93baf085ec3b5fab430a843e48da3abe05c18ce9 (patch) | |
tree | eee0326cc708f09d3e7f2c7b6e0f7a56216ef165 | |
parent | 334b2a1ab16bae15bb49520f6d92c6f84397a395 (diff) | |
download | efl-93baf085ec3b5fab430a843e48da3abe05c18ce9.tar.gz |
meson: and another missing file in ecore
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
-rw-r--r-- | src/lib/ecore/meson.build | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib/ecore/meson.build b/src/lib/ecore/meson.build index ce19d045e1..6fc4b2c38f 100644 --- a/src/lib/ecore/meson.build +++ b/src/lib/ecore/meson.build @@ -181,6 +181,7 @@ ecore_src = [ 'efl_exe.c', 'efl_thread.c', 'efl_threadio.c', + 'efl_appthread.c', ] if sys_windows == true |