mirror of
https://github.com/RetroDECK/org.ppsspp.PPSSPP.git
synced 2024-11-25 23:25:38 +00:00
Move USING_GLES2 option to aarch64 only
This commit is contained in:
parent
8924691c12
commit
8bc8e9a152
|
@ -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/",
|
||||
|
|
Loading…
Reference in a new issue