diff options
author | Thomas Hellstrom <[email protected]> | 2012-01-12 12:10:53 +0100 |
---|---|---|
committer | Thomas Hellstrom <[email protected]> | 2012-01-12 13:31:34 +0100 |
commit | 87118d84ff11c040f677c7506afb813def1b9ff9 (patch) | |
tree | 4343bc26ad31fbbe0711e3e21d3db1c114f9c240 | |
parent | 8a4f7d1cdc6f3c9e8a5a6f4a0928c3abdb132541 (diff) |
configure: Add the svga gallium driver to the default gallium drivers
Signed-off-by: Thomas Hellstrom <[email protected]>
Reviewed-by: Jakob Bornecrantz <[email protected]>
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
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...@:>@], |