Merge pull request #1034 from heuripedes/master

(qb) Fix bashism in Cg checks
This commit is contained in:
Twinaphex 2014-09-17 00:12:45 +02:00
commit ac41067df5

View File

@ -220,7 +220,7 @@ if [ "$HAVE_OPENGL" != 'no' ] && [ "$HAVE_GLES" != 'yes' ]; then
fi
# fix undefined variables
PKG_CONF_USED+=CG
PKG_CONF_USED="$PKG_CONF_USED CG"
else
echo "Ignoring Cg. Desktop OpenGL is not enabled."
HAVE_CG='no'