efl/src/lib/ector/cairo
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
..
Ector_Cairo.h all: Simplify definition of EAPI 2018-01-18 18:04:03 +09:00
ector_cairo_private.h Ector generic: Remove .Generic and .Base (hack no longer needed). 2016-05-11 12:57:55 +01:00
ector_cairo_software_surface.c ector: Updated the ector_buffer_pixels_set() api with stride info 2018-02-08 14:44:29 +09:00
ector_cairo_software_surface.eo Change the EFL to follow the new Eo rename. 2016-08-11 17:04:43 +01:00
ector_cairo_surface.c eolian gen: enable constness generation on property getter impls 2018-04-17 20:31:55 +02:00
ector_cairo_surface.eo eolian: convert all of cedric's tabs to spaces in .eo files 2018-02-12 12:59:05 -05:00
ector_renderer_cairo.c eolian gen: enable constness generation on property getter impls 2018-04-17 20:31:55 +02:00
ector_renderer_cairo.eo ector: fix property/method name conflict for "fill" 2018-02-12 13:47:15 -05:00
ector_renderer_cairo_gradient_linear.c eolian gen: enable constness generation on property getter impls 2018-04-17 20:31:55 +02:00
ector_renderer_cairo_gradient_linear.eo interfaces: merge all bounds_get methods into efl.gfx.path 2018-02-12 16:59:48 -05:00
ector_renderer_cairo_gradient_radial.c ector cairo: fix a memory leak. 2018-04-20 15:47:40 +09:00
ector_renderer_cairo_gradient_radial.eo interfaces: merge all bounds_get methods into efl.gfx.path 2018-02-12 16:59:48 -05:00
ector_renderer_cairo_shape.c eolian gen: enable constness generation on property getter impls 2018-04-17 20:31:55 +02:00
ector_renderer_cairo_shape.eo interfaces: merge all bounds_get methods into efl.gfx.path 2018-02-12 16:59:48 -05:00
meson.build meson: add eolian custom dependencies support 2018-10-24 12:02:55 +02:00