Mesa-master:

- typo, fix installation of Mesa-master
This commit is contained in:
Stephan Raue 2009-09-25 05:07:14 +02:00
parent 35e5c31cad
commit d6018d17f8

View File

@ -14,7 +14,7 @@ $SCRIPTS/build libX11
get_graphicdrivers
if [ $MESA_GLU = yes ]; then
if [ "$MESA_GLU" = yes ]; then
MESA_CONFIG="$MESA_CONFIG --enable-glu"
else
MESA_CONFIG="$MESA_CONFIG --disable-glu"
@ -59,6 +59,6 @@ make -C progs/xdemos
$MAKEINSTALL -C src/mesa
if [ $MESA_GLU = yes ]; then
if [ "$MESA_GLU" = "yes" ]; then
$MAKEINSTALL -C src/glu
fi