meson: fix race condition in building 14/198914/2
authorMarcel Hollerbach <marcel-hollerbach@t-online.de>
Wed, 30 Jan 2019 16:06:50 +0000 (16:06 +0000)
committerwonki kim <wonki_.kim@samsung.com>
Thu, 31 Jan 2019 05:14:21 +0000 (05:14 +0000)
commitee9083fa8bbf423ebd88151348c7418b414a25ae
treeab7ed56453d930f85ead76895dce9fd6b028b4e7
parent75c3a5e470eaa2543d53b30888990bb93fbea72f
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

Change-Id: I12e6413307c552c5b4fef7510cadc7678215874f