mirror of
https://github.com/RetroDECK/org.ppsspp.PPSSPP.git
synced 2024-11-22 13:45:38 +00:00
Remove OpenGL_GL_PREFERENCE option as no need
This commit is contained in:
parent
d49579b2ba
commit
1dbc0bfdab
|
@ -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/",
|
||||
|
|
Loading…
Reference in a new issue