mirror of
https://github.com/CTCaer/RetroArch.git
synced 2024-12-04 17:06:48 +00:00
Enable sdl_gl for SDL2 windows builds
This commit is contained in:
parent
0b3bfb27c2
commit
6f164f540c
@ -139,6 +139,11 @@ endif
|
|||||||
|
|
||||||
ifeq ($(HAVE_SDL2), 1)
|
ifeq ($(HAVE_SDL2), 1)
|
||||||
OBJ += gfx/sdl2_gfx.o input/sdl_input.o input/sdl_joypad.o audio/sdl_audio.o
|
OBJ += gfx/sdl2_gfx.o input/sdl_input.o input/sdl_joypad.o audio/sdl_audio.o
|
||||||
|
|
||||||
|
ifeq ($(HAVE_OPENGL), 1)
|
||||||
|
OBJ += gfx/context/sdl_gl_ctx.o
|
||||||
|
endif
|
||||||
|
|
||||||
JOBJ += input/sdl_joypad.o
|
JOBJ += input/sdl_joypad.o
|
||||||
LIBS += -lSDL2
|
LIBS += -lSDL2
|
||||||
JLIBS += -lSDL2
|
JLIBS += -lSDL2
|
||||||
|
Loading…
Reference in New Issue
Block a user