Mesa-master:

- hardcode build of libGLU
This commit is contained in:
Stephan Raue 2009-10-27 02:28:34 +01:00
parent 00151f0ca7
commit f5c168542e

View File

@ -14,12 +14,6 @@ $SCRIPTS/build libX11
get_graphicdrivers
if [ "$MESA_GLU" = yes ]; then
MESA_CONFIG="$MESA_CONFIG --enable-glu"
else
MESA_CONFIG="$MESA_CONFIG --disable-glu"
fi
cd $PKG_BUILD
HOST_CC=$HOST_CC \
OPT_FLAGS="$CFLAGS -D_GNU_SOURCE" \
@ -40,6 +34,7 @@ DRI_DRIVER_SEARCH_DIR="$XORG_PATH_DRI" \
--disable-glx-tls \
--enable-driglx-direct \
--disable-egl \
--enable-glu \
--disable-gl-osmesa \
--disable-glut \
--disable-glw \
@ -51,14 +46,10 @@ DRI_DRIVER_SEARCH_DIR="$XORG_PATH_DRI" \
--with-x \
--without-demos \
--enable-gallium \
$MESA_CONFIG \
make
make -C progs/xdemos
$MAKEINSTALL -C src/mesa
if [ "$MESA_GLU" = "yes" ]; then
$MAKEINSTALL -C src/glu
fi