From e8716aedd713733c61c28dc2447abb5ea7638a35 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Higor=20Eur=C3=ADpedes?= Date: Sat, 13 Sep 2014 18:56:45 -0300 Subject: [PATCH] (griffin.c) Fix glx_ctx.c include --- griffin/griffin.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/griffin/griffin.c b/griffin/griffin.c index 288bd9c363..239b22cec2 100644 --- a/griffin/griffin.c +++ b/griffin/griffin.c @@ -127,7 +127,7 @@ VIDEO CONTEXT #if defined(HAVE_VIDEOCORE) #include "../gfx/context/vc_egl_ctx.c" #endif -#if defined(HAVE_X11) && defined(HAVE_OPENGLES) +#if defined(HAVE_X11) && !defined(HAVE_OPENGLES) #include "../gfx/context/glx_ctx.c" #endif #if defined(HAVE_EGL)