summaryrefslogtreecommitdiffstats
path: root/graphics-libs/mesalib/CONFIGURE
diff options
context:
space:
mode:
Diffstat (limited to 'graphics-libs/mesalib/CONFIGURE')
-rwxr-xr-xgraphics-libs/mesalib/CONFIGURE10
1 files changed, 5 insertions, 5 deletions
diff --git a/graphics-libs/mesalib/CONFIGURE b/graphics-libs/mesalib/CONFIGURE
index decd7d49cb..ba439671c7 100755
--- a/graphics-libs/mesalib/CONFIGURE
+++ b/graphics-libs/mesalib/CONFIGURE
@@ -34,11 +34,11 @@ config_query_list MESALIB_BUILD \
if [[ $MESALIB_BUILD == dri ]]; then
if [[ "$MESALIB_VER" == "stable" ]]; then
- AVAILABLE_DRIVERS="i810 i915 i965 mach64 mga r128 r200 r300 radeon s3v \
- savage sis tdfx trident unichrome ffb swrast"
+ AVAILABLE_DRIVERS="i810 i915 i965 mach64 mga r128 r200 r300 r600 radeon savage \
+ sis swrast tdfx unichrome"
else
- AVAILABLE_DRIVERS="i915 i965 mach64 mga r128 r200 r300 r600 radeon savage \
- tdfx unichrome swrast"
+ AVAILABLE_DRIVERS="i810 i915 i965 mach64 mga r128 r200 r300 r600 radeon savage \
+ sis swrast tdfx unichrome"
fi &&
config_query_multi MESALIB_DRIVERS \
@@ -54,7 +54,7 @@ if [[ "$MESALIB_VER" == "stable" ]] || \
config_query_multi MESALIB_GALLIUM \
"What Gallium3D drivers woulld you like to build?" \
- none intel radeon nouveau
+ none llvm svga i915 i965 radeon r600 nouveau swrast
else
config_query_multi MESALIB_GALLIUM \