We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6181f27 + cf0b7e8 commit 57d9a3aCopy full SHA for 57d9a3a
scriptmodules/supplementary/emulationstation.sh
@@ -168,7 +168,7 @@ function build_emulationstation() {
168
isPlatform "videocore" && params+=(-DUSE_GLES1=On)
169
elif isPlatform "x11"; then
170
local gl_ver=$(sudo -u $user glxinfo | grep -oP "OpenGL version string: \K(\d+)")
171
- [[ "$gl_ver" -gt 1 ]] && params+=(-DUSE_OPENGL_21=On)
+ [[ "$gl_ver" -gt 1 ]] && params+=(-DUSE_GL21=On)
172
fi
173
if isPlatform "dispmanx"; then
174
params+=(-DOMX=On)
0 commit comments