From 2465444fba8cc2ab1f8ad9fde3b3d4ba2dbf8241 Mon Sep 17 00:00:00 2001 From: Ivan Epifanov Date: Mon, 14 Jun 2021 21:27:09 +0300 Subject: [PATCH] Add missing dependencies --- CMakeLists.txt | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/CMakeLists.txt b/CMakeLists.txt index 83ce7b881..b3c2ee4d7 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)