Mesa (gallium-0.2): cell: only build Cell and softpipe drivers

Brian Paul brianp at kemper.freedesktop.org
Fri Nov 21 20:58:09 UTC 2008


Module: Mesa
Branch: gallium-0.2
Commit: 4356d349ad8d048d19d795483b98103712c0103c
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=4356d349ad8d048d19d795483b98103712c0103c

Author: Brian Paul <brian.paul at tungstengraphics.com>
Date:   Fri Nov 21 13:57:57 2008 -0700

cell: only build Cell and softpipe drivers

---

 configs/linux-cell |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/configs/linux-cell b/configs/linux-cell
index 5ad3738..3322f11 100644
--- a/configs/linux-cell
+++ b/configs/linux-cell
@@ -5,7 +5,8 @@ include $(TOP)/configs/default
 CONFIG_NAME = linux-cell
 
 
-GALLIUM_DRIVER_DIRS += cell
+# Omiting other gallium drivers:
+GALLIUM_DRIVER_DIRS = cell softpipe
 
 
 # Compiler and flags




More information about the mesa-commit mailing list