Remove OpenGL_GL_PREFERENCE option as no need

This commit is contained in:
out 2021-04-23 21:26:41 +08:00
parent d49579b2ba
commit 1dbc0bfdab

View file

@ -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/",