efl/src/modules/evas/engines/gl_generic
Daniel Kolesa 5a3d79d383 meson: add eolian custom dependencies support
This uses the meson/ninja depfile functionality + eolian to make
sure proper dependencies between generated files and .eo files
are managed, to ensure consistent re-generation of all generated
files that are affected upon .eo file modification.

For custom rules with multiple outputs, Ninja currently does not
support depfiles. Therefore, split those into two custom rules
so that the depfiles functionality can be enabled. While this
is ugly and slows down the process a little by having to invoke
Eolian twice instead of once, it has to be done and it's still
better than what we had in Autotools anyway.

Differential revision: D7187

Fixes T6700.
2018-10-24 12:02:55 +02:00
..
filters evas filters: Add "alphaonly" flag for blend and blur 2017-12-14 18:03:49 +09:00
Evas_Engine_GL_Generic.h evas gl: fix glview by avoiding make current 2017-08-25 10:54:55 -07:00
Evas_Engine_GL_Shared.h evas: Render_Engine_Swap_Mode is actually about output swap. 2017-08-25 10:49:15 -07:00
evas_ector_gl.h all: Simplify definition of EAPI 2018-01-18 18:04:03 +09:00
evas_ector_gl_buffer.c eolian gen: enable constness generation on property getter impls 2018-04-17 20:31:55 +02:00
evas_ector_gl_buffer.eo evas: do not rely on Evas canvas for Evas Ector engine backend. 2017-04-25 16:16:30 -07:00
evas_ector_gl_image_buffer.c eolian gen: enable constness generation on property getter impls 2018-04-17 20:31:55 +02:00
evas_ector_gl_image_buffer.eo evas filters: Refactor ector and gfx filters A LOT 2017-04-14 11:26:43 +09:00
evas_engine.c evas image: fix a bug in image preloading. 2018-09-03 17:12:55 +09:00
meson.build meson: add eolian custom dependencies support 2018-10-24 12:02:55 +02:00