wok rev 12548

mesa: dont build nouveau
author Christophe Lincoln <pankso@slitaz.org>
date Thu Apr 26 21:04:05 2012 +0200 (2012-04-26)
parents 63c4a422f5c7
children db228f6642b4
files mesa/receipt
line diff
     1.1 --- a/mesa/receipt	Thu Apr 26 14:14:29 2012 +0200
     1.2 +++ b/mesa/receipt	Thu Apr 26 21:04:05 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  }