Mesa (master): configure.ac: build r600g by default

Marek Olšák mareko at kemper.freedesktop.org
Sun Jun 19 19:17:44 UTC 2011


Module: Mesa
Branch: master
Commit: 0c7c5b68766a0d1d4da870fab0bcfd79fed1ed56
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=0c7c5b68766a0d1d4da870fab0bcfd79fed1ed56

Author: Marek Olšák <maraeo at gmail.com>
Date:   Tue Jun 14 08:31:11 2011 +0200

configure.ac: build r600g by default

Reviewed-by: Alex Deucher <alexdeucher at gmail.com>

---

 configure.ac |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/configure.ac b/configure.ac
index 804b8a7..b2a0f66 100644
--- a/configure.ac
+++ b/configure.ac
@@ -550,13 +550,13 @@ AC_ARG_ENABLE([egl],
     [enable_egl=yes])
 
 # Option for Gallium drivers
-GALLIUM_DRIVERS_DEFAULT="r300,swrast"
+GALLIUM_DRIVERS_DEFAULT="r300,r600,swrast"
 
 AC_ARG_WITH([gallium-drivers],
     [AS_HELP_STRING([--with-gallium-drivers@<:@=DIRS...@:>@],
         [comma delimited Gallium drivers list, e.g.
         "i915,i965,nouveau,r300,r600,svga,swrast"
-        @<:@default=r300,swrast@:>@])],
+        @<:@default=r300,r600,swrast@:>@])],
     [with_gallium_drivers="$withval"],
     [with_gallium_drivers="$GALLIUM_DRIVERS_DEFAULT"])
 




More information about the mesa-commit mailing list