configure: Add the svga gallium driver to the default gallium drivers
authorThomas Hellstrom <thellstrom@vmware.com>
Thu, 12 Jan 2012 11:10:53 +0000 (12:10 +0100)
committerThomas Hellstrom <thellstrom@vmware.com>
Thu, 12 Jan 2012 12:31:34 +0000 (13:31 +0100)
Signed-off-by: Thomas Hellstrom <thellstrom@vmware.com>
Reviewed-by: Jakob Bornecrantz <jakob@vmware.com>
configure.ac

index e2302debac7082e2d68fa6a7105b1f6f7c010d2d..7c50e3c009d72b1f832a1f0ce60c290ae3406a19 100644 (file)
@@ -662,7 +662,7 @@ AC_ARG_ENABLE([gallium_gbm],
     [enable_gallium_gbm=auto])
 
 # Option for Gallium drivers
-GALLIUM_DRIVERS_DEFAULT="r300,r600,swrast"
+GALLIUM_DRIVERS_DEFAULT="r300,r600,svga,swrast"
 
 AC_ARG_WITH([gallium-drivers],
     [AS_HELP_STRING([--with-gallium-drivers@<:@=DIRS...@:>@],