(Vita) Add -lpng dependency

This commit is contained in:
twinaphex 2016-09-06 22:25:08 +02:00
parent a545337265
commit 2d4c624d4e

View File

@ -216,7 +216,7 @@ else ifeq ($(platform), vita)
LIBS += -lSceKernel_stub -lSceDisplay_stub -lSceGxm_stub -lSceNet_stub -lSceNetCtl_stub\
-lSceSysmodule_stub -lSceCtrl_stub -lSceAudio_stub -lSceFiber_stub\
-lScePower_stub -lSceRtc_stub -lSceCommonDialog_stub -lScePgf_stub \
-lSceMotion_stub -lfreetype -lm -lc
-lSceMotion_stub -lfreetype -lpng -lm -lc
PLATEXTRA := deps/libvita2d/shader/compiled/clear_v_gxp.o \
deps/libvita2d/shader/compiled/clear_f_gxp.o \