diff options
author | Kai Wasserbäch <[email protected]> | 2011-11-29 22:36:02 +0100 |
---|---|---|
committer | José Fonseca <[email protected]> | 2011-11-30 17:26:40 +0000 |
commit | 0a22fb6a5d519ca26d423fa4a9404697dca56cbf (patch) | |
tree | ff87866ba756c9dd4fd3cf627a1600ac62141ded /configure.ac | |
parent | 15245cbad47c6a96487b1b54d97f3a1506a9c203 (diff) |
gallium/failover: Remove the deprecated module.
Signed-off-by: Kai Wasserbäch <[email protected]>
Signed-off-by: José Fonseca <[email protected]>
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 748df90abf4..a4943e126b6 100644 --- a/configure.ac +++ b/configure.ac @@ -799,7 +799,7 @@ GLU_DIRS="sgi" GALLIUM_DIRS="auxiliary drivers state_trackers" GALLIUM_TARGET_DIRS="" GALLIUM_WINSYS_DIRS="sw" -GALLIUM_DRIVERS_DIRS="failover galahad trace rbug noop identity" +GALLIUM_DRIVERS_DIRS="galahad trace rbug noop identity" GALLIUM_STATE_TRACKERS_DIRS="" # build shared-glapi if enabled for OpenGL or if OpenGL ES is enabled |