mirror of
https://github.com/libretro/RetroArch
synced 2025-04-02 07:20:34 +00:00
(qb) Always set CG_LIBS
This commit is contained in:
parent
91a8fc6a07
commit
b66cf0967b
@ -218,6 +218,9 @@ if [ "$HAVE_OPENGL" != 'no' ] && [ "$HAVE_GLES" != 'yes' ]; then
|
|||||||
check_lib_cxx CG -lCg cgCreateContext
|
check_lib_cxx CG -lCg cgCreateContext
|
||||||
[ "$HAVE_CG" = 'yes' ] && CG_LIBS='-lCg -lCgGL'
|
[ "$HAVE_CG" = 'yes' ] && CG_LIBS='-lCg -lCgGL'
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
# fix undefined variables
|
||||||
|
PKG_CONF_USED+=CG
|
||||||
else
|
else
|
||||||
echo "Ignoring Cg. Desktop OpenGL is not enabled."
|
echo "Ignoring Cg. Desktop OpenGL is not enabled."
|
||||||
HAVE_CG='no'
|
HAVE_CG='no'
|
||||||
|
Loading…
x
Reference in New Issue
Block a user