ecore-evas-drm: Fix misplaced #ifdef from gl_drm patch
authorChris Michael <cp.michael@samsung.com>
Thu, 28 Aug 2014 20:01:28 +0000 (16:01 -0400)
committerChris Michael <cp.michael@samsung.com>
Thu, 28 Aug 2014 20:01:28 +0000 (16:01 -0400)
This #ifdef does not belong here. The interface_new functions Is Still
Used for normal drm ecore_evas.

Bad Gwanglim, no cookie ;)

@fix

Signed-off-by: Chris Michael <cp.michael@samsung.com>
src/modules/ecore_evas/engines/drm/ecore_evas_drm.c

index 13e4069..bb4a277 100644 (file)
@@ -531,7 +531,6 @@ _ecore_evas_drm_shutdown(void)
    return _ecore_evas_init_count;
 }
 
-#ifdef BUILD_ECORE_EVAS_GL_DRM
 static Ecore_Evas_Interface_Drm *
 _ecore_evas_drm_interface_new(void)
 {
@@ -549,7 +548,6 @@ _ecore_evas_drm_interface_new(void)
 
    return iface;
 }
-#endif
 
 /* local ecore_evas functions */
 static void