mirror of
https://github.com/trezor/trezor-firmware.git
synced 2025-02-04 11:51:50 +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
|
LDLIBS += -ltrezor -lemulator
|
||||||
LIBDEPS += $(TOP_DIR)/libtrezor.a $(TOP_DIR)emulator/libemulator.a
|
LIBDEPS += $(TOP_DIR)/libtrezor.a $(TOP_DIR)emulator/libemulator.a
|
||||||
|
|
||||||
CFLAGS += $(shell pkg-config --cflags sdl2)
|
CFLAGS += $(shell pkg-config --cflags sdl2 SDL2_image)
|
||||||
LDLIBS += $(shell pkg-config --libs sdl2)
|
LDLIBS += $(shell pkg-config --libs sdl2 SDL2_image)
|
||||||
|
|
||||||
ifdef RANDOM_DEV_FILE
|
ifdef RANDOM_DEV_FILE
|
||||||
CFLAGS += -DRANDOM_DEV_FILE=\"$(RANDOM_DEV_FILE)\"
|
CFLAGS += -DRANDOM_DEV_FILE=\"$(RANDOM_DEV_FILE)\"
|
||||||
|
Loading…
Reference in New Issue
Block a user