evas: let's still compile when we have no hw accel for DRM.

This commit is contained in:
Cedric BAIL 2014-03-07 09:35:16 +09:00
parent bcf703323e
commit 34b9c51976
1 changed files with 2 additions and 0 deletions

View File

@ -332,6 +332,7 @@ evas_bufmgr_shutdown(void)
_ebi = NULL;
}
#ifdef HAVE_DRM_HW_ACCEL
void *
evas_bufmgr_window_create(void *surface)
{
@ -534,3 +535,4 @@ evas_bufmgr_texture_create(void *image)
return tex;
}
#endif