OSDN Git Service

configure.ac: build r600g by default
authorMarek Olšák <maraeo@gmail.com>
Tue, 14 Jun 2011 06:31:11 +0000 (08:31 +0200)
committerMarek Olšák <maraeo@gmail.com>
Sun, 19 Jun 2011 19:15:52 +0000 (21:15 +0200)
Reviewed-by: Alex Deucher <alexdeucher@gmail.com>
configure.ac

index 804b8a7..b2a0f66 100644 (file)
@@ -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"])