Commit 2465444fba8cc2ab1f8ad9fde3b3d4ba2dbf8241

Ivan Epifanov 2021-06-14T21:27:09

Add missing dependencies

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 83ce7b8..b3c2ee4 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -2180,6 +2180,15 @@ elseif(VITA)
       SceMotion_stub
       m
     )
+    if(HAVE_VIDEO_VITA_PIB)
+        list(PREPEND EXTRA_LIBS
+          pib
+          libScePiglet_stub
+          SceShaccCg_stub
+          taihen_stub
+        )
+    endif()
+
   endif()
 
   set(HAVE_ARMSIMD TRUE)