Merge pull request #1019 from lakkatv/lakka

Remove -DHAVE_GL_SYNC from GLES builds
This commit is contained in:
Twinaphex 2014-09-15 17:07:29 +02:00
commit 1d39b5d097

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 \