From 21ec08d35fd92a7631e4e7c890fff879bcbd6bf4 Mon Sep 17 00:00:00 2001 From: vanfanel Date: Sun, 8 Oct 2023 21:46:28 +0200 Subject: [PATCH] Use vendor-neutral OpenGL implementation instead of legacy GLX. --- qb/config.libs.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qb/config.libs.sh b/qb/config.libs.sh index 262d87b1b7a4..d50ad4bc0000 100644 --- a/qb/config.libs.sh +++ b/qb/config.libs.sh @@ -401,7 +401,7 @@ if [ "$HAVE_OPENGL" != 'no' ] && [ "$HAVE_OPENGLES" != 'yes' ]; then check_lib '' OPENGL -lopengl32 else check_header '' OPENGL "GL/gl.h" - check_lib '' OPENGL -lGL + check_lib '' OPENGL -lOpenGL fi if [ "$HAVE_OPENGL" = 'yes' ]; then