From 38be1d90d72503f8d8a09f07be7103ad04f28cce Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Higor=20Eur=C3=ADpedes?= Date: Tue, 16 Jun 2015 20:59:17 -0300 Subject: [PATCH] (qb) Add check for -lGL --- qb/config.libs.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/qb/config.libs.sh b/qb/config.libs.sh index 4d3c6c7eb8..cdc86d21f8 100644 --- a/qb/config.libs.sh +++ b/qb/config.libs.sh @@ -246,6 +246,7 @@ if [ "$HAVE_OPENGL" != 'no' ] && [ "$HAVE_GLES" != 'yes' ]; then else # On some distros, -lCg doesn't link against -lstdc++ it seems ... check_lib_cxx CG -lCg cgCreateContext + check_lib OPENGL -lGL [ "$HAVE_CG" = 'yes' ] && CG_LIBS='-lCg -lCgGL' fi