(Griffin) Add files to griffin.c

This commit is contained in:
twinaphex 2016-03-01 22:25:53 +01:00
parent efb1c88215
commit d2a798e9cf

View File

@ -129,6 +129,14 @@ VIDEO CONTEXT
#include "../gfx/drivers_context/cgl_ctx.c"
#endif
#if defined(HAVE_VIVANTE_FBDEV)
#include "../gfx/drivers_context/vivante_fbdev_ctx.c"
#endif
#if defined(HAVE_OPENDINGUX_FBDEV)
#include "../gfx/drivers_context/opendingux_fbdev_ctx.c"
#endif
#ifdef HAVE_WAYLAND
#include "../gfx/drivers_context/wayland_ctx.c"
#endif