ecore-evas: Change gl_drm to be the proper engine name

@fix

Signed-off-by: Chris Michael <cp.michael@samsung.com>
This commit is contained in:
Chris Michael 2015-06-03 14:28:45 -04:00
parent 027d974004
commit fb9f33035e
1 changed files with 1 additions and 1 deletions

View File

@ -263,7 +263,7 @@ _ecore_evas_available_engines_get(void)
ADDENG("drm");
#endif
#ifdef BUILD_ECORE_EVAS_GL_DRM
ADDENG("opengl_drm");
ADDENG("gl_drm");
#endif
}
}