From 8bc8e9a152488ba2f7b889a5f80eb9c687c7612c Mon Sep 17 00:00:00 2001 From: out Date: Sun, 10 Jan 2021 12:03:55 +0800 Subject: [PATCH] Move USING_GLES2 option to aarch64 only --- org.ppsspp.PPSSPP.json | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/org.ppsspp.PPSSPP.json b/org.ppsspp.PPSSPP.json index 57c98d1..cebf46e 100644 --- a/org.ppsspp.PPSSPP.json +++ b/org.ppsspp.PPSSPP.json @@ -76,9 +76,15 @@ "no-make-install": true, "config-opts": [ "-DCMAKE_BUILD_TYPE=RelWithDebInfo", - "-DOpenGL_GL_PREFERENCE=GLVND", - "-DUSING_GLES2=ON" + "-DOpenGL_GL_PREFERENCE=GLVND" ], + "build-options": { + "arch":{ + "aarch64": { + "config-opts": ["-DUSING_GLES2=ON"] + } + } + }, "build-commands": [ "mkdir -p /app/ppsspp /app/bin /app/share/applications", "install -m755 PPSSPPSDL /app/ppsspp/",