devilhorns pushed a commit to branch master.

http://git.enlightenment.org/core/efl.git/commit/?id=d7f69ba826555708e24cd904f763aa56cde4b3ea

commit d7f69ba826555708e24cd904f763aa56cde4b3ea
Author: Chris Michael <cp.mich...@samsung.com>
Date:   Thu Mar 6 11:10:26 2014 +0000

    ecore-drm: Comment out Gbm Format
    
    @bugfix: This fixes ecore-drm building since we commented out all the
    hardware accel support (for now).
    
    Signed-off-by: Chris Michael <cp.mich...@samsung.com>
---
 src/lib/ecore_drm/ecore_drm_device.c | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/src/lib/ecore_drm/ecore_drm_device.c 
b/src/lib/ecore_drm/ecore_drm_device.c
index 3fec7f6..7e526f7 100644
--- a/src/lib/ecore_drm/ecore_drm_device.c
+++ b/src/lib/ecore_drm/ecore_drm_device.c
@@ -268,7 +268,8 @@ ecore_drm_device_find(const char *name, const char *seat)
 
              dev->seat = eina_stringshare_add(seat);
 
-             dev->format = GBM_FORMAT_XRGB8888;
+             /* dev->format = GBM_FORMAT_XRGB8888; */
+             dev->format = 0;
              dev->use_hw_accel = EINA_FALSE;
           }
      }

-- 


Reply via email to