From a2359527af99901ba19a603b1350f0b96199e4d2 Mon Sep 17 00:00:00 2001 From: twinaphex Date: Sat, 9 May 2015 11:29:51 +0200 Subject: [PATCH] Change check for GLX to HAVE_GLES --- Makefile.common | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.common b/Makefile.common index 2e9c521e6c..5ea90b5cfa 100644 --- a/Makefile.common +++ b/Makefile.common @@ -507,7 +507,7 @@ ifeq ($(HAVE_OPENGL), 1) DEFINES += $(EGL_CFLAGS) LIBS += $(EGL_LIBS) endif - ifneq ($(HAVE_EGL), 1) + ifneq ($(HAVE_GLES), 1) OBJ += gfx/drivers_context/glx_ctx.o endif endif