From: Thomas Hellstrom Date: Thu, 12 Jan 2012 11:10:53 +0000 (+0100) Subject: configure: Add the svga gallium driver to the default gallium drivers X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=87118d84ff11c040f677c7506afb813def1b9ff9;p=mesa.git configure: Add the svga gallium driver to the default gallium drivers Signed-off-by: Thomas Hellstrom Reviewed-by: Jakob Bornecrantz --- diff --git a/configure.ac b/configure.ac index e2302debac7..7c50e3c009d 100644 --- a/configure.ac +++ b/configure.ac @@ -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...@:>@],