emulator: use SDL2 directly

This commit is contained in:
Karel Bilek 2018-02-18 20:00:40 +01:00 committed by Pavol Rusnak
parent 998690fe41
commit a48dcac07d
1 changed files with 2 additions and 2 deletions

View File

@ -90,8 +90,8 @@ CFLAGS += -DHEADLESS=1
else
CFLAGS += -DHEADLESS=0
CFLAGS += $(shell pkg-config --cflags sdl2)
LDLIBS += $(shell pkg-config --libs sdl2)
CFLAGS += -I/usr/include/SDL2 -D_REENTRANT
LDLIBS += -lSDL2
endif
else