Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=122e799cc804b0690598a91ee23f6e8e7c845dcc

commit 122e799cc804b0690598a91ee23f6e8e7c845dcc
Author: Michel Hermier <herm...@frugalware.org>
Date:   Mon Jun 6 13:54:03 2011 +0200

mesa-7.10.2-4-i686

* Fix broken logic from previous commit.
* Add a little bit more gallium drivers.

diff --git a/source/x11/mesa/FrugalBuild b/source/x11/mesa/FrugalBuild
index 4a68725..8779745 100644
--- a/source/x11/mesa/FrugalBuild
+++ b/source/x11/mesa/FrugalBuild
@@ -9,7 +9,7 @@ pkgname=mesa
origname=Mesa
_F_archive_name="MesaLib"
pkgver=7.10.2
-pkgrel=3
+pkgrel=4
pkgdesc="Mesa is a 3D graphics library"
url="http://mesa3d.sourceforge.net/";
up2date="Flasttar ftp://ftp.freedesktop.org/pub/$pkgname/current/";
@@ -127,16 +127,21 @@ build() {
DRI_DRIVERS="$DRI_DRIVERS,nouveau"
DRI_DRIVERS="$DRI_DRIVERS,r128,r200,r300,r600,radeon"
DRI_DRIVERS="$DRI_DRIVERS,savage"
-       if [ "$CARCH" == "arm" ]; then
+       if [ "$CARCH" != "arm" ]; then
#disable sis support
-               DRI_DRIVERS="$DRI_DRIVERS,sis"
+               DRI_DRIVERS="$DRI_DRIVERS,sis"
fi
DRI_DRIVERS="$DRI_DRIVERS,tdfx"
DRI_DRIVERS="$DRI_DRIVERS,unichrome"

if Fuse $USE_GALLIUM; then
-               Fconfopts="$Fconfopts --disable-gallium-llvm 
--enable-gallium-nouveau --enable-gallium-radeon \
-               --enable-gallium-r600 --enable-openvg 
--with-state-trackers=dri,egl,glx,vega"
+               Fconfopts="$Fconfopts --disable-gallium-llvm"
+               Fconfopts="$Fconfopts --enable-gallium-swrast"
+               Fconfopts="$Fconfopts --enable-gallium-i915 
--enable-gallium-i965"
+               Fconfopts="$Fconfopts --enable-gallium-nouveau"
+               Fconfopts="$Fconfopts --enable-gallium-r300 
--enable-gallium-r600"
+               Fconfopts="$Fconfopts --enable-gallium-svga"
+               Fconfopts="$Fconfopts --enable-openvg 
--with-state-trackers=dri,egl,glx,vega"
else
Fconfopts="$Fconfopts --disable-gallium --disable-openvg"
fi
_______________________________________________
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git

Reply via email to