[Mesa-dev] [PATCH] build: Fix the documented default value of --with-gallium-drivers
Brian Paul
brianp at vmware.com
Mon Jan 14 07:18:30 PST 2013
On 01/14/2013 05:54 AM, Damien Lespiau wrote:
> Signed-off-by: Damien Lespiau<damien.lespiau at intel.com>
> ---
> configure.ac | 4 +++-
> 1 files changed, 3 insertions(+), 1 deletions(-)
>
> diff --git a/configure.ac b/configure.ac
> index 1294740..3792b12 100644
> --- a/configure.ac
> +++ b/configure.ac
> @@ -680,13 +680,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"])
>
Reviewed-by: Brian Paul <brianp at vmware.com>
Do you nedd someone to commit this for you?
-Brian
More information about the mesa-dev
mailing list