mirror of
https://github.com/libretro/RetroArch
synced 2025-02-22 12:40:09 +00:00
Make sure SDL1 is disabled when SDL2 is active
This commit is contained in:
parent
0c0241dae7
commit
92e49bcbdd
@ -413,6 +413,10 @@ ifeq ($(HAVE_OPENGL), 1)
|
|||||||
DEFINES += -DHAVE_GLSL
|
DEFINES += -DHAVE_GLSL
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
ifeq ($(HAVE_SDL2), 1)
|
||||||
|
HAVE_SDL=0
|
||||||
|
endif
|
||||||
|
|
||||||
ifeq ($(HAVE_SDL), 1)
|
ifeq ($(HAVE_SDL), 1)
|
||||||
OBJ += gfx/sdl_gfx.o input/sdl_input.o input/sdl_joypad.o audio/sdl_audio.o
|
OBJ += gfx/sdl_gfx.o input/sdl_input.o input/sdl_joypad.o audio/sdl_audio.o
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user