efl/src/lib/ecore_drm2
Marcel Hollerbach 46d464e5bf here comes meson
a new shiny buildtool that currently completes in the total of ~ 4 min..
1 min. conf time
2:30 min. build time
Where autotools takes:
1:50 min. conf time
3:40 min. build time.

meson was taken because it went quite good for enlightenment, and is a traction gaining system that is also used by other mayor projects. Additionally, the DSL that is defined my meson makes the configuration of the builds a lot easier to read.

Further informations can be gathered from the README.meson

Right now, bindings & windows support are missing.

It is highly recommented to use meson 0.48 due to optimizations in meson
that reduced the time the meson call would need.

Co-authored-by: Mike Blumenkrantz <zmike@samsung.com>

Differential Revision: https://phab.enlightenment.org/D7012
Depends on D7011
2018-10-02 17:22:50 +02:00
..
Ecore_Drm2.h ecore-drm2: Add API function to retrieve output user data 2018-02-27 09:31:33 -05:00
ecore_drm2.c ecore_drm2: Pass Ecore_Drm2_Device instead of fd to most functions 2017-08-09 14:56:58 -05:00
ecore_drm2_device.c ecore_drm2: fix seat matching when checking for a device with a null seat 2018-01-22 11:26:13 -05:00
ecore_drm2_fb.c ecore_drm2: Pass Ecore_Drm2_Device instead of fd to most functions 2017-08-09 14:56:58 -05:00
ecore_drm2_outputs.c ecore-drm2: Add API function to retrieve output user data 2018-02-27 09:31:33 -05:00
ecore_drm2_plane.c ecore_drm2: Fix failure to properly set up new plane 2018-06-26 15:28:07 -04:00
ecore_drm2_private.h ecore-drm2: Add API to get/set which output is relative to another 2018-02-27 09:16:00 -05:00
meson.build here comes meson 2018-10-02 17:22:50 +02:00