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:
parent
998690fe41
commit
a48dcac07d
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user