mirror of
https://github.com/libretro/RetroArch
synced 2025-01-31 06:32:48 +00:00
Merge pull request #894 from heuripedes/master
Enable sdl_gl for SDL2 windows builds
This commit is contained in:
commit
bc8a77d334
@ -139,6 +139,11 @@ endif
|
||||
|
||||
ifeq ($(HAVE_SDL2), 1)
|
||||
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
|
||||
LIBS += -lSDL2
|
||||
JLIBS += -lSDL2
|
||||
|
Loading…
x
Reference in New Issue
Block a user