1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2024-11-26 09:28:13 +00:00

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

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