1
0
forked from pool/rpcs3
Files
rpcs3/fix-test-files.patch
Hunter Wardlaw 041974e88a - Replace pkgconfig(opencv) with pkgconfig(opencv4) BuildRequires.
Build with current version of opencv.

```
[   38s] -- RPCS3: using system OpenCV
[   38s] -- Found OpenCV: /usr (found version "4.12.0") found components: core photo
[   38s] -- RPCS3: found system OpenCV
```
(upstream have also bumped the internal version to 4.11.0, so we should be fine with this)

Please let it buildcomplete, not buildtested yet :-)

OBS-URL: https://build.opensuse.org/package/show/Emulators/rpcs3?expand=0&rev=211
2025-07-30 14:29:53 +00:00

13 lines
455 B
Diff

diff --git a/rpcs3/CMakeLists.txt b/rpcs3/CMakeLists.txt
index 727bee8..adb7f5c 100644
--- a/rpcs3/CMakeLists.txt
+++ b/rpcs3/CMakeLists.txt
@@ -181,8 +181,6 @@ if (NOT ANDROID)
DESTINATION ${CMAKE_INSTALL_DATADIR}/rpcs3)
install(DIRECTORY ../bin/GuiConfigs
DESTINATION ${CMAKE_INSTALL_DATADIR}/rpcs3)
- install(DIRECTORY ../bin/test
- DESTINATION ${CMAKE_INSTALL_DATADIR}/rpcs3)
endif()
endif()