(Griffin) Add HAVE_OMAP to griffin

This commit is contained in:
twinaphex 2013-07-28 19:55:18 +02:00
parent 749b9c0945
commit 3e9fc928f8

View File

@ -111,6 +111,11 @@ VIDEO CONTEXT
#include "../gfx/context/apple_gl_ctx.c"
#endif
#ifdef HAVE_OMAP
#include "../gfx/omap_gfx.c"
#include "../gfx/fbdev.c"
#endif
#if defined(HAVE_OPENGL)
#if defined(HAVE_KMS)