Mesa-master:

- update to Mesa-master-20100219
This commit is contained in:
Stephan Raue 2010-02-19 11:10:49 +01:00
parent c8f55b67c4
commit bcd50cfea4
2 changed files with 5 additions and 2 deletions

View File

@ -16,8 +16,8 @@ $SCRIPTS/build libX11
get_graphicdrivers
cd $PKG_BUILD
#OPT_FLAGS="$CFLAGS -D_GNU_SOURCE" \
HOST_CC=$HOST_CC \
OPT_FLAGS="$CFLAGS -D_GNU_SOURCE" \
HOST_OPT_FLAGS="$HOST_CFLAGS" \
X11_INCLUDES= \
DRI_DRIVER_INSTALL_DIR="$XORG_PATH_DRI" \
@ -47,6 +47,9 @@ DRI_DRIVER_SEARCH_DIR="$XORG_PATH_DRI" \
--with-x \
--without-demos \
--disable-gallium \
--with-state-trackers=dri,xorg,glx \
--disable-gallium-svga \
--disable-gallium-nouveau \
make -C src/glsl CC=$HOST_CC CFLAGS=""
mv src/glsl/apps/compile ./host_compile

View File

@ -1 +1 @@
http://sources.openelec.tv/svn/Mesa-master-20100213.tar.bz2
http://sources.openelec.tv/svn/Mesa-master-20100219.tar.bz2