From 0a22fb6a5d519ca26d423fa4a9404697dca56cbf Mon Sep 17 00:00:00 2001 From: Kai Wasserbäch Date: Tue, 29 Nov 2011 22:36:02 +0100 Subject: gallium/failover: Remove the deprecated module. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Kai Wasserbäch Signed-off-by: José Fonseca --- configs/darwin | 2 +- configs/default | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'configs') diff --git a/configs/darwin b/configs/darwin index 98cd457a014..e2ca70af954 100644 --- a/configs/darwin +++ b/configs/darwin @@ -54,5 +54,5 @@ GLU_DIRS = sgi DRIVER_DIRS = osmesa #DRIVER_DIRS = dri DRI_DIRS = swrast -GALLIUM_DRIVERS_DIRS = softpipe trace rbug noop identity galahad failover +GALLIUM_DRIVERS_DIRS = softpipe trace rbug noop identity galahad #GALLIUM_DRIVERS_DIRS += llvmpipe diff --git a/configs/default b/configs/default index 48fbbf366e0..33e5f024d17 100644 --- a/configs/default +++ b/configs/default @@ -116,10 +116,10 @@ EGL_DRIVERS_DIRS = glx # gbm backends to build GBM_BACKEND_DIRS = dri -# Gallium directories and +# Gallium directories and GALLIUM_DIRS = auxiliary drivers state_trackers GALLIUM_AUXILIARIES = $(TOP)/src/gallium/auxiliary/libgallium.a -GALLIUM_DRIVERS_DIRS = softpipe trace rbug noop identity galahad i915 svga r300 nvfx nv50 failover +GALLIUM_DRIVERS_DIRS = softpipe trace rbug noop identity galahad i915 svga r300 nvfx nv50 GALLIUM_DRIVERS = $(foreach DIR,$(GALLIUM_DRIVERS_DIRS),$(TOP)/src/gallium/drivers/$(DIR)/lib$(DIR).a) GALLIUM_WINSYS_DIRS = sw sw/xlib GALLIUM_TARGET_DIRS = libgl-xlib -- cgit v1.2.3