Add expedite drm engine functions if built with drm engine support

Signed-off-by: Chris Michael <cp.michael@samsung.com>
This commit is contained in:
Chris Michael 2014-02-12 08:22:11 +00:00
parent e6442777a4
commit 64cdd1677e
1 changed files with 3 additions and 0 deletions

View File

@ -1191,6 +1191,9 @@ static const Expedite_Engine engines[] = {
#endif
#if HAVE_EVAS_WAYLAND_SHM
{ "wayland-shm", engine_wayland_shm_args, engine_wayland_shm_loop, engine_wayland_shm_shutdown },
#endif
#if HAVE_EVAS_DRM
{ "drm", engine_drm_args, engine_drm_loop, engine_drm_shutdown },
#endif
{ NULL, NULL, NULL, NULL }
};