mirror of
https://github.com/libretro/RetroArch.git
synced 2024-11-27 10:10:57 +00:00
Change check for GLX to HAVE_GLES
This commit is contained in:
parent
bbd2f6054b
commit
a2359527af
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user