mirror of
https://github.com/libsdl-org/SDL.git
synced 2026-06-01 23:07:45 +08:00
vita: add missing static libraries for using gles with pib
This commit is contained in:
committed by
Anonymous Maarten
parent
33ec2a5e94
commit
e927e5d440
+3
-13
@@ -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)
|
||||||
|
|||||||
Reference in New Issue
Block a user