diff options
Diffstat (limited to 'emulators/ppsspp/files/patch-no-egl')
-rw-r--r-- | emulators/ppsspp/files/patch-no-egl | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/emulators/ppsspp/files/patch-no-egl b/emulators/ppsspp/files/patch-no-egl index 962d800fc960..c965ceb3415d 100644 --- a/emulators/ppsspp/files/patch-no-egl +++ b/emulators/ppsspp/files/patch-no-egl @@ -1,14 +1,14 @@ EGL hangs on X11 and doesn't build without GLESv2. https://github.com/hrydgard/ppsspp/issues/10626 ---- CMakeLists.txt.orig 2017-12-05 13:51:51 UTC +--- CMakeLists.txt.orig 2019-03-14 08:00:50 UTC +++ CMakeLists.txt -@@ -56,12 +56,6 @@ include(ccache) - # Remove soon? - set(USE_FFMPEG ON) +@@ -65,12 +65,6 @@ if(MINGW AND NOT DEFINED USE_SYSTEM_FFMPEG) + set(USE_SYSTEM_FFMPEG ON) + endif() -if(NOT ANDROID AND NOT IOS) -- if(ARM OR SIMULATOR) +- if(ARM_DEVICE OR SIMULATOR) - set(USING_EGL ON) - endif() -endif() |