Skip to content

Commit

Permalink
Use vendor-neutral OpenGL implementation instead of legacy GLX.
Browse files Browse the repository at this point in the history
  • Loading branch information
vanfanel committed Oct 8, 2023
1 parent 6e1dc98 commit 21ec08d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion qb/config.libs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 21ec08d

Please sign in to comment.