Mesa-master:

- prevent building and installation of GLU when its disabled
This commit is contained in:
Stephan Raue 2009-09-23 08:23:36 +02:00
parent 479194121d
commit 690191f2f2

View File

@ -58,4 +58,7 @@ make
make -C progs/xdemos
$MAKEINSTALL -C src/mesa
$MAKEINSTALL -C src/glu
if [ $MESA_GLU = yes ]; then
$MAKEINSTALL -C src/glu
fi