mirror of
https://github.com/trezor/trezor-firmware.git
synced 2024-11-17 13:12:05 +00:00
legacy: add missing SDL2_image to Makefile
This commit is contained in:
parent
e97336a40d
commit
52ae0bec71
@ -92,8 +92,8 @@ LDFLAGS += -L$(TOP_DIR)emulator
|
||||
LDLIBS += -ltrezor -lemulator
|
||||
LIBDEPS += $(TOP_DIR)/libtrezor.a $(TOP_DIR)emulator/libemulator.a
|
||||
|
||||
CFLAGS += $(shell pkg-config --cflags sdl2)
|
||||
LDLIBS += $(shell pkg-config --libs sdl2)
|
||||
CFLAGS += $(shell pkg-config --cflags sdl2 SDL2_image)
|
||||
LDLIBS += $(shell pkg-config --libs sdl2 SDL2_image)
|
||||
|
||||
ifdef RANDOM_DEV_FILE
|
||||
CFLAGS += -DRANDOM_DEV_FILE=\"$(RANDOM_DEV_FILE)\"
|
||||
|
Loading…
Reference in New Issue
Block a user