Make sure SDL1 is disabled when SDL2 is active

This commit is contained in:
Higor Eurípedes 2014-09-15 22:13:54 -03:00
parent 0c0241dae7
commit 92e49bcbdd

View File

@ -413,6 +413,10 @@ ifeq ($(HAVE_OPENGL), 1)
DEFINES += -DHAVE_GLSL
endif
ifeq ($(HAVE_SDL2), 1)
HAVE_SDL=0
endif
ifeq ($(HAVE_SDL), 1)
OBJ += gfx/sdl_gfx.o input/sdl_input.o input/sdl_joypad.o audio/sdl_audio.o