File ppsspp-imgui-static.patch of Package ppsspp
Index: ppsspp-1.20.1/ext/imgui/CMakeLists.txt
===================================================================
--- ppsspp-1.20.1.orig/ext/imgui/CMakeLists.txt
+++ ppsspp-1.20.1/ext/imgui/CMakeLists.txt
@@ -9,5 +9,5 @@ set(IMGUI_FILES
imgui_impl_platform.cpp
)
-add_library(imgui ${IMGUI_FILES})
+add_library(imgui STATIC ${IMGUI_FILES})
target_include_directories(imgui PRIVATE ../..)