Move USING_GLES2 option to aarch64 only

This commit is contained in:
out 2021-01-10 12:03:55 +08:00 committed by Bartłomiej Piotrowski
parent 8924691c12
commit 8bc8e9a152

View file

@ -76,9 +76,15 @@
"no-make-install": true, "no-make-install": true,
"config-opts": [ "config-opts": [
"-DCMAKE_BUILD_TYPE=RelWithDebInfo", "-DCMAKE_BUILD_TYPE=RelWithDebInfo",
"-DOpenGL_GL_PREFERENCE=GLVND", "-DOpenGL_GL_PREFERENCE=GLVND"
"-DUSING_GLES2=ON"
], ],
"build-options": {
"arch":{
"aarch64": {
"config-opts": ["-DUSING_GLES2=ON"]
}
}
},
"build-commands": [ "build-commands": [
"mkdir -p /app/ppsspp /app/bin /app/share/applications", "mkdir -p /app/ppsspp /app/bin /app/share/applications",
"install -m755 PPSSPPSDL /app/ppsspp/", "install -m755 PPSSPPSDL /app/ppsspp/",