Mesa (master): build: Fix the documented default value of --with-gallium-drivers

Brian Paul brianp at kemper.freedesktop.org
Mon Jan 14 17:12:32 UTC 2013


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

Author: Damien Lespiau <damien.lespiau at intel.com>
Date:   Mon Jan 14 13:54:57 2013 +0000

build: Fix the documented default value of --with-gallium-drivers

Signed-off-by: Damien Lespiau <damien.lespiau at intel.com>
Reviewed-by: Brian Paul <brianp at vmware.com>

---

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

diff --git a/configure.ac b/configure.ac
index 5072ee0..2d74b82 100644
--- a/configure.ac
+++ b/configure.ac
@@ -645,13 +645,15 @@ AC_ARG_ENABLE([gallium_tests],
     [enable_gallium_tests=no])
 
 # Option for Gallium drivers
+
+# Keep this in sync with the --with-gallium-drivers help string default value
 GALLIUM_DRIVERS_DEFAULT="r300,r600,svga,swrast"
 
 AC_ARG_WITH([gallium-drivers],
     [AS_HELP_STRING([--with-gallium-drivers@<:@=DIRS...@:>@],
         [comma delimited Gallium drivers list, e.g.
         "i915,nouveau,r300,r600,radeonsi,svga,swrast"
-        @<:@default=r300,r600,swrast@:>@])],
+        @<:@default=r300,r600,svga,swrast@:>@])],
     [with_gallium_drivers="$withval"],
     [with_gallium_drivers="$GALLIUM_DRIVERS_DEFAULT"])
 




More information about the mesa-commit mailing list