mesa: fix build

Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
Stephan Raue 2011-11-02 17:58:41 +01:00
parent 863e743a5e
commit d2a5ad0fb5

View File

@ -92,6 +92,18 @@ DRI_DRIVER_SEARCH_DIR="$XORG_PATH_DRI" \
--with-dri-drivers="$DRI_DRIVERS" \ --with-dri-drivers="$DRI_DRIVERS" \
--with-x \ --with-x \
make CC="$HOST_CC" \
CXX="$HOST_CXX" \
CFLAGS="$HOST_CFLAGS" \
CXXFLAGS="$HOST_CXXFLAGS" \
LDFLAGS="$HOST_LDFLAGS" \
-C src/glsl builtin_compiler
cp src/glsl/builtin_compiler $ROOT/$TOOLCHAIN/bin
make -C src/glsl clean
sed -e "s#\.\/builtin_compiler#$ROOT/$TOOLCHAIN/bin/builtin_compiler#g" -i src/glsl/Makefile
make make
$MAKEINSTALL $MAKEINSTALL