mirror of
https://github.com/libretro/RetroArch.git
synced 2025-02-15 06:58:34 +00:00
(qb) Add check for GL/gl.h
This commit is contained in:
parent
38be1d90d7
commit
134364ad1a
@ -247,6 +247,7 @@ if [ "$HAVE_OPENGL" != 'no' ] && [ "$HAVE_GLES" != 'yes' ]; then
|
||||
# On some distros, -lCg doesn't link against -lstdc++ it seems ...
|
||||
check_lib_cxx CG -lCg cgCreateContext
|
||||
check_lib OPENGL -lGL
|
||||
check_header OPENGL "GL/gl.h"
|
||||
[ "$HAVE_CG" = 'yes' ] && CG_LIBS='-lCg -lCgGL'
|
||||
fi
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user