mirror of
https://github.com/libretro/RetroArch
synced 2025-01-26 18:35:22 +00:00
Don't link against -lGL when GLES is used.
This commit is contained in:
parent
22aae7802a
commit
1a7d10fade
2
Makefile
2
Makefile
@ -148,7 +148,7 @@ ifeq ($(OSX),1)
|
|||||||
LIBS += -framework OpenGL
|
LIBS += -framework OpenGL
|
||||||
else
|
else
|
||||||
ifeq ($(HAVE_GLES), 1)
|
ifeq ($(HAVE_GLES), 1)
|
||||||
LIBS += -lGL -lGLESv2 -lEGL
|
LIBS += -lGLESv2 -lEGL
|
||||||
DEFINES += -DHAVE_OPENGLES -DHAVE_OPENGLES2
|
DEFINES += -DHAVE_OPENGLES -DHAVE_OPENGLES2
|
||||||
OBJ += gfx/context/xegl_ctx.o
|
OBJ += gfx/context/xegl_ctx.o
|
||||||
else
|
else
|
||||||
|
Loading…
x
Reference in New Issue
Block a user