Remove -DHAVE_GL_SYNC from GLES builds

This commit is contained in:
Jean-André Santoni 2014-09-15 17:07:17 +02:00
parent 353f7d2c1e
commit a5bb038731

View File

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