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.michael@samsung.com>
This commit is contained in:
Chris Michael 2014-03-06 11:10:26 +00:00
parent ea8ce66709
commit d7f69ba826
1 changed files with 2 additions and 1 deletions

View File

@ -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;
}
}