Module: Mesa Branch: gallium-0.2 Commit: 4356d349ad8d048d19d795483b98103712c0103c URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=4356d349ad8d048d19d795483b98103712c0103c
Author: Brian Paul <[EMAIL PROTECTED]> 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 _______________________________________________ mesa-commit mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/mesa-commit
