diff options
author | Jan Beich <jbeich@FreeBSD.org> | 2019-03-14 13:54:33 +0000 |
---|---|---|
committer | Jan Beich <jbeich@FreeBSD.org> | 2019-03-14 13:54:33 +0000 |
commit | 97b5a70c276b63bde87d2fab16d92c68828616de (patch) | |
tree | fa8f6c4a26b53d55ca69d64a0efe6dab67675e1d /emulators/ppsspp/files/patch-no-egl | |
parent | emulators/ppsspp-devel: drop unused submodule (diff) |
emulators/ppsspp: update to 1.8.0
Changes: http://ppsspp.org/#news
Changes: https://github.com/hrydgard/ppsspp/compare/v1.7.5...v1.8.0
Notes
Notes:
svn path=/head/; revision=495700
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() |