Merge pull request #894 from heuripedes/master

Enable sdl_gl for SDL2 windows builds
This commit is contained in:
Twinaphex 2014-08-21 23:38:45 +02:00
commit bc8a77d334

View File

@ -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