diff options
author | Jan Beich <jbeich@FreeBSD.org> | 2022-07-26 13:19:02 +0000 |
---|---|---|
committer | Jan Beich <jbeich@FreeBSD.org> | 2022-07-26 17:02:11 +0000 |
commit | 30529d609400e588ca5988d6e8883b49de52a294 (patch) | |
tree | 81bb7a4ee7bf30968ae58fcb08840523dd3f6a05 /emulators/ppsspp/files/patch-no-egl | |
parent | security/boringssl: fix build on armv7 (diff) |
emulators/ppsspp: update to 1.13
Changes: https://ppsspp.org/#news
Changes: https://github.com/hrydgard/ppsspp/compare/v1.12.3...v1.13
Reported by: GitHub (watch releases)
Diffstat (limited to 'emulators/ppsspp/files/patch-no-egl')
-rw-r--r-- | emulators/ppsspp/files/patch-no-egl | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/emulators/ppsspp/files/patch-no-egl b/emulators/ppsspp/files/patch-no-egl index c965ceb3415d..b3c965bcbbde 100644 --- a/emulators/ppsspp/files/patch-no-egl +++ b/emulators/ppsspp/files/patch-no-egl @@ -1,9 +1,9 @@ EGL hangs on X11 and doesn't build without GLESv2. https://github.com/hrydgard/ppsspp/issues/10626 ---- CMakeLists.txt.orig 2019-03-14 08:00:50 UTC +--- CMakeLists.txt.orig 2022-07-08 09:11:27 UTC +++ CMakeLists.txt -@@ -65,12 +65,6 @@ if(MINGW AND NOT DEFINED USE_SYSTEM_FFMPEG) +@@ -77,12 +77,6 @@ endif() set(USE_SYSTEM_FFMPEG ON) endif() @@ -13,6 +13,6 @@ https://github.com/hrydgard/ppsspp/issues/10626 - endif() -endif() - - if(${CMAKE_SYSTEM_NAME} MATCHES "Linux") + if(${CMAKE_SYSTEM_NAME} MATCHES "Linux" AND NOT USE_LIBNX) set(LINUX ON) add_definitions(-D__STDC_CONSTANT_MACROS) |