summaryrefslogtreecommitdiff
path: root/games-emulation/pcsx2/files/pcsx2-1.7.3329-wx-vs-sdl.patch
blob: d00f9553993d1f9c8f5715cd8ce7b1b9c6067ee7 (plain)
1
2
3
4
5
6
7
8
9
This check is unnecessary, bit dodgy (ldd+grep), and requires -DSDL2_API=1
/only/ if wxGTK was built with USE=sdl or else get a cmake unused options
warning. Test code also fails with -Werror=strict-prototypes (clang16).
--- a/cmake/SearchForStuff.cmake
+++ b/cmake/SearchForStuff.cmake
@@ -191,3 +191,2 @@
 if(NOT PCSX2_CORE)
-	WX_vs_SDL()
 endif()