wok-next diff mesa/receipt @ rev 12636
Up osip (3.6.0)
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sun Apr 29 17:43:04 2012 +0200 (2012-04-29) |
parents | 8e4c74abdf74 |
children | d56a83bbe31d |
line diff
1.1 --- a/mesa/receipt Mon Jan 02 23:06:19 2012 +0100 1.2 +++ b/mesa/receipt Sun Apr 29 17:43:04 2012 +0200 1.3 @@ -22,17 +22,16 @@ 1.4 compile_rules() 1.5 { 1.6 cd $src 1.7 - patch -Np1 -i $stuff/nouveau-fix-header.patch 1.8 + #patch -Np1 -i $stuff/nouveau-fix-header.patch 1.9 + #--enable-gallium-nouveau 1.10 ./configure \ 1.11 --prefix=/usr \ 1.12 --with-x \ 1.13 --enable-motif \ 1.14 --enable-gallium-radeon \ 1.15 - --enable-gallium-nouveau \ 1.16 --enable-xcb \ 1.17 $CONFIGURE_ARGS && 1.18 - make $MAKEFLAGS && 1.19 - make install 1.20 + make $MAKEFLAGS && make install 1.21 } 1.22 1.23 # Rules to gen a SliTaz package suitable for Tazpkg. 1.24 @@ -49,7 +48,7 @@ 1.25 1.26 #libGLw is included in the package libglw-mesa 1.27 rm -r -f $fs/usr/lib/libGLw* 1.28 - 1.29 + 1.30 #libEGL is included in the package libegl-mesa 1.31 rm -r -f $fs/usr/lib/libEGL* 1.32 }