From a5bb03873183ddcb16c50ca31009df66b0b24f0f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jean-Andr=C3=A9=20Santoni?= Date: Mon, 15 Sep 2014 17:07:17 +0200 Subject: [PATCH] Remove -DHAVE_GL_SYNC from GLES builds --- Makefile.common | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.common b/Makefile.common index 0e1dc9ad3f..8b742aa7d6 100644 --- a/Makefile.common +++ b/Makefile.common @@ -332,7 +332,7 @@ endif # Video # ifeq ($(HAVE_OPENGL), 1) - DEFINES += -DHAVE_OPENGL -DHAVE_GLSL -DHAVE_GL_SYNC + DEFINES += -DHAVE_OPENGL -DHAVE_GLSL OBJ += gfx/gl.o \ gfx/gfx_context.o \ gfx/fonts/gl_font.o \