aboutsummaryrefslogtreecommitdiff
path: root/mesalib/configure.ac
diff options
context:
space:
mode:
authormarha <marha@users.sourceforge.net>2013-01-15 08:12:01 +0100
committermarha <marha@users.sourceforge.net>2013-01-15 08:12:01 +0100
commit15cdb95b194cb051a5d469cc9eb73eb0eed4db41 (patch)
treee95bdde41b08c417f162e21471def49b08fed4fd /mesalib/configure.ac
parent7fbec6dbb6e061fe5b8c592dd602cf4b4c65155a (diff)
parent2fe4d492f39a5a5b67c4444805f7b1eaa1e745a9 (diff)
downloadvcxsrv-15cdb95b194cb051a5d469cc9eb73eb0eed4db41.tar.gz
vcxsrv-15cdb95b194cb051a5d469cc9eb73eb0eed4db41.tar.bz2
vcxsrv-15cdb95b194cb051a5d469cc9eb73eb0eed4db41.zip
Merge remote-tracking branch 'origin/released'
* origin/released: mesa fontconfig xkeyboard-config git update 15 jan 2013
Diffstat (limited to 'mesalib/configure.ac')
-rw-r--r--mesalib/configure.ac4
1 files changed, 3 insertions, 1 deletions
diff --git a/mesalib/configure.ac b/mesalib/configure.ac
index 5072ee007..2d74b825d 100644
--- a/mesalib/configure.ac
+++ b/mesalib/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"])