From 1dbc0bfdab7831f01d6919cf69b17ce2ab4cd643 Mon Sep 17 00:00:00 2001
From: out <outline941@live.com>
Date: Fri, 23 Apr 2021 21:26:41 +0800
Subject: [PATCH] Remove OpenGL_GL_PREFERENCE option as no need

---
 org.ppsspp.PPSSPP.json | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/org.ppsspp.PPSSPP.json b/org.ppsspp.PPSSPP.json
index 0159966..2bdb574 100644
--- a/org.ppsspp.PPSSPP.json
+++ b/org.ppsspp.PPSSPP.json
@@ -48,7 +48,7 @@
       },
       "build-commands": [
         "cd ffmpeg && ./build.sh",
-        "cmake -DCMAKE_BUILD_TYPE=RelWithDebInfo -DOpenGL_GL_PREFERENCE=GLVND ${EXTRA_OPTS} .",
+        "cmake -DCMAKE_BUILD_TYPE=RelWithDebInfo ${EXTRA_OPTS} .",
         "make",
         "mkdir -p /app/ppsspp /app/bin /app/share/applications",
         "install -m755 PPSSPPSDL /app/ppsspp/",