mirror of https://github.com/libsdl-org/SDL
Add missing dependencies
This commit is contained in:
parent
bc7ac134db
commit
2465444fba
|
@ -2180,6 +2180,15 @@ elseif(VITA)
|
||||||
SceMotion_stub
|
SceMotion_stub
|
||||||
m
|
m
|
||||||
)
|
)
|
||||||
|
if(HAVE_VIDEO_VITA_PIB)
|
||||||
|
list(PREPEND EXTRA_LIBS
|
||||||
|
pib
|
||||||
|
libScePiglet_stub
|
||||||
|
SceShaccCg_stub
|
||||||
|
taihen_stub
|
||||||
|
)
|
||||||
|
endif()
|
||||||
|
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
set(HAVE_ARMSIMD TRUE)
|
set(HAVE_ARMSIMD TRUE)
|
||||||
|
|
Loading…
Reference in New Issue