diff options
author | marha <marha@users.sourceforge.net> | 2013-01-15 08:09:32 +0100 |
---|---|---|
committer | marha <marha@users.sourceforge.net> | 2013-01-15 08:09:32 +0100 |
commit | 2fe4d492f39a5a5b67c4444805f7b1eaa1e745a9 (patch) | |
tree | 4187fe77e92137ba4bcdb59e3c1c00034270f7de /mesalib/configure.ac | |
parent | 2a1abdc8fe640583dac90dc316caf2d40b9ee4e2 (diff) | |
download | vcxsrv-2fe4d492f39a5a5b67c4444805f7b1eaa1e745a9.tar.gz vcxsrv-2fe4d492f39a5a5b67c4444805f7b1eaa1e745a9.tar.bz2 vcxsrv-2fe4d492f39a5a5b67c4444805f7b1eaa1e745a9.zip |
mesa fontconfig xkeyboard-config git update 15 jan 2013
mesa: 1c9833ba70466906d3d2ad3aee6a10642a39abdd
fontconfig: 8b8f0d21534aa9b82276815c84429ffca8941d2a
xkeyboard-config: 89f25045cb14ff9f08a047494a0d5966f2c1727d
Diffstat (limited to 'mesalib/configure.ac')
-rw-r--r-- | mesalib/configure.ac | 4 |
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"]) |