mirror of
https://github.com/Ryujinx/SDL.git
synced 2024-12-22 19:45:40 +00:00
vita: add missing static libraries for using gles with pib
This commit is contained in:
parent
33ec2a5e94
commit
e927e5d440
|
@ -2485,6 +2485,9 @@ elseif(VITA)
|
|||
set(SDL_VIDEO_OPENGL_ES2 1)
|
||||
list(APPEND EXTRA_LIBS
|
||||
pib
|
||||
libScePiglet_stub_weak
|
||||
taihen_stub_weak
|
||||
SceShaccCg_stub_weak
|
||||
)
|
||||
set(HAVE_VIDEO_VITA_PIB ON)
|
||||
set(SDL_VIDEO_VITA_PIB 1)
|
||||
|
@ -2551,19 +2554,6 @@ elseif(VITA)
|
|||
SceProcessmgr_stub
|
||||
m
|
||||
)
|
||||
if(HAVE_VITA_PIB)
|
||||
list(PREPEND EXTRA_LIBS
|
||||
pib
|
||||
libScePiglet_stub
|
||||
SceShaccCg_stub
|
||||
taihen_stub
|
||||
)
|
||||
endif()
|
||||
if(HAVE_VITA_PVR)
|
||||
list(PREPEND EXTRA_LIBS
|
||||
SceIme_stub
|
||||
)
|
||||
endif()
|
||||
endif()
|
||||
|
||||
set(HAVE_ARMSIMD TRUE)
|
||||
|
|
Loading…
Reference in a new issue