diff --git a/org.ppsspp.PPSSPP.json b/org.ppsspp.PPSSPP.json index 0159966..2bdb574 100644 --- a/org.ppsspp.PPSSPP.json +++ b/org.ppsspp.PPSSPP.json @@ -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/",