stefan pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=7ef793e7ef2191781bcb71caca04083f4669d022
commit 7ef793e7ef2191781bcb71caca04083f4669d022 Author: Marcel Hollerbach <[email protected]> Date: Fri Feb 1 15:49:06 2019 +0100 build: fix macos race condition There was the problem that evas_ector_software_buffer.eo was not arround but required by the gl_generic engine, this fixes that by adding the generated source and dependencies to the software_generic dependency. Reviewed-by: Stefan Schmidt <[email protected]> Differential Revision: https://phab.enlightenment.org/D7871 --- src/modules/evas/meson.build | 1 + 1 file changed, 1 insertion(+) diff --git a/src/modules/evas/meson.build b/src/modules/evas/meson.build index fff385bc01..11c860c469 100644 --- a/src/modules/evas/meson.build +++ b/src/modules/evas/meson.build @@ -70,6 +70,7 @@ foreach engine_conf : engines if engine == 'software_generic' software_generic = declare_dependency( include_directories: engine_include_dir, + source : engine_src, link_with : tmp ) endif --
