(griffin.c) Fix glx_ctx.c include

This commit is contained in:
Higor Eurípedes 2014-09-13 18:56:45 -03:00
parent ce39143a79
commit e8716aedd7

View File

@ -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)