efl/src/modules/evas/engines
Marcel Hollerbach 4e0079eaa9 meson: fix race condition in building
the error
```
./src/modules/evas/engines/gl_generic/../software_generic/evas_ector_software.h:31:10: fatal error: 'evas_ector_software_buffer.eo.h' file not found
```
Came up when building efl on osx with meson. This is caused by the fact that gl_generic was build before the .eo files of evas_ector have been created in software_generic, this fixes this race condition by adding a new dependency to avoid that.

Reviewed-by: Stefan Schmidt <stefan@datenfreihafen.org>
Differential Revision: https://phab.enlightenment.org/D7831
2019-01-30 18:16:47 +01:00
..
buffer here comes meson 2018-10-02 17:22:50 +02:00
drm here comes meson 2018-10-02 17:22:50 +02:00
eglfs evas gl engines - avoid getting context if possible 2018-11-09 11:43:58 +00:00
fb here comes meson 2018-10-02 17:22:50 +02:00
gl_cocoa here comes meson 2018-10-02 17:22:50 +02:00
gl_common optimize glyph images data copy into 4 byte aligned images 2019-01-10 13:05:17 -06:00
gl_drm gl_drm: use dlsym looked up symbol for extension check 2018-12-14 10:29:55 -06:00
gl_generic meson: fix race condition in building 2019-01-30 18:16:47 +01:00
gl_sdl evas sdl: don't make confusing, we only use one-indexed egl handles. 2018-08-02 12:20:27 +09:00
gl_x11 evas gl engines - avoid getting context if possible 2018-11-09 11:43:58 +00:00
software_ddraw here comes meson 2018-10-02 17:22:50 +02:00
software_gdi here comes meson 2018-10-02 17:22:50 +02:00
software_generic efl: convert all classes to the new eolian syntax 2019-01-18 16:31:26 +01:00
software_x11 evas sw x11 - warn - use void ptr for error handler 2018-11-09 11:44:00 +00:00
wayland_common ee_wayland: remove edges flag 2018-05-08 13:26:22 -05:00
wayland_egl evas gl engines - avoid getting context if possible 2018-11-09 11:43:58 +00:00
wayland_shm here comes meson 2018-10-02 17:22:50 +02:00