diff --git a/qb/config.libs.sh b/qb/config.libs.sh index 0c5b2da607..bf15541e26 100644 --- a/qb/config.libs.sh +++ b/qb/config.libs.sh @@ -348,7 +348,7 @@ if [ "$HAVE_OPENGL" != 'no' ] && [ "$HAVE_OPENGLES" != 'yes' ]; then fi fi -if [ "$HAVE_OPENGL" == 'no' ] && [ "$HAVE_OPENGLES3" == 'no' ]; then +if [ "$HAVE_OPENGL" = 'no' ] && [ "$HAVE_OPENGLES3" = 'no' ]; then die : 'Notice: OpenGL and OpenGLES3 are disabled. Disabling HAVE_OPENGL_CORE.' HAVE_OPENGL_CORE='no' fi