mirror of
https://github.com/Ryujinx/SDL.git
synced 2024-12-23 05:35:36 +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)
|
set(SDL_VIDEO_OPENGL_ES2 1)
|
||||||
list(APPEND EXTRA_LIBS
|
list(APPEND EXTRA_LIBS
|
||||||
pib
|
pib
|
||||||
|
libScePiglet_stub_weak
|
||||||
|
taihen_stub_weak
|
||||||
|
SceShaccCg_stub_weak
|
||||||
)
|
)
|
||||||
set(HAVE_VIDEO_VITA_PIB ON)
|
set(HAVE_VIDEO_VITA_PIB ON)
|
||||||
set(SDL_VIDEO_VITA_PIB 1)
|
set(SDL_VIDEO_VITA_PIB 1)
|
||||||
|
@ -2551,19 +2554,6 @@ elseif(VITA)
|
||||||
SceProcessmgr_stub
|
SceProcessmgr_stub
|
||||||
m
|
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()
|
endif()
|
||||||
|
|
||||||
set(HAVE_ARMSIMD TRUE)
|
set(HAVE_ARMSIMD TRUE)
|
||||||
|
|
Loading…
Reference in a new issue