(Griffin) Add HAVE_OMAP to griffin
This commit is contained in:
parent
749b9c0945
commit
3e9fc928f8
|
@ -111,6 +111,11 @@ VIDEO CONTEXT
|
||||||
#include "../gfx/context/apple_gl_ctx.c"
|
#include "../gfx/context/apple_gl_ctx.c"
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#ifdef HAVE_OMAP
|
||||||
|
#include "../gfx/omap_gfx.c"
|
||||||
|
#include "../gfx/fbdev.c"
|
||||||
|
#endif
|
||||||
|
|
||||||
#if defined(HAVE_OPENGL)
|
#if defined(HAVE_OPENGL)
|
||||||
|
|
||||||
#if defined(HAVE_KMS)
|
#if defined(HAVE_KMS)
|
||||||
|
|
Loading…
Reference in New Issue