1
0
mirror of https://github.com/libretro/RetroArch synced 2024-07-05 09:48:42 +00:00

Change check for GLX to HAVE_GLES

This commit is contained in:
twinaphex 2015-05-09 11:29:51 +02:00
parent bbd2f6054b
commit a2359527af

View File

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