1
0
mirror of https://github.com/libretro/RetroArch synced 2024-07-03 00:38:44 +00:00

odroidgo2: add zlib as dependency of libpng

This commit is contained in:
natinusala 2020-02-27 19:55:04 +01:00
parent b6a79462d5
commit deb1151f04

View File

@ -2112,7 +2112,7 @@ endif
ifeq ($(HAVE_ODROIDGO2), 1)
DEFINES += -DHAVE_ODROIDGO2
LIBS += -lrga -lpng
LIBS += -lrga -lpng -lz
INCLUDE_DIRS += -I$(DEPS_DIR)/libgo2/include
OBJ += $(DEPS_DIR)/libgo2/src/display.o \
$(DEPS_DIR)/libgo2/src/queue.o