From d2a798e9cf94d0224a658d9893d1288267f89e6b Mon Sep 17 00:00:00 2001 From: twinaphex Date: Tue, 1 Mar 2016 22:25:53 +0100 Subject: [PATCH] (Griffin) Add files to griffin.c --- griffin/griffin.c | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/griffin/griffin.c b/griffin/griffin.c index 4acf4926b9..2bbdf414a5 100644 --- a/griffin/griffin.c +++ b/griffin/griffin.c @@ -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