[Mesa-dev] [PATCH 1/5] configure.ac: list all the dri-drivers in the help string
Andres Gomez
agomez at igalia.com
Thu Feb 2 07:45:52 UTC 2017
On Wed, 2017-02-01 at 22:30 +0000, Emil Velikov wrote:
> From: Emil Velikov <emil.velikov at collabora.com>
>
> It's unlikely that any of the additions come as a suprise to anyone
> i915, nouveau, radeon, r200). Regardless, state clearly what's
Opening parenthesis? --------^
Otherwise, LGTM.
Reviewed-by: Andres Gomez <agomez at igalia.com>
> available.
>
> Signed-off-by: Emil Velikov <emil.velikov at collabora.com>
> ---
> configure.ac | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/configure.ac b/configure.ac
> index b1fb2c3c54..93e4a1a8a9 100644
> --- a/configure.ac
> +++ b/configure.ac
> @@ -1623,7 +1623,7 @@ dnl Which drivers to build - default is chosen by platform
> AC_ARG_WITH([dri-drivers],
> [AS_HELP_STRING([--with-dri-drivers@<:@=DIRS...@:>@],
> [comma delimited classic DRI drivers list, e.g.
> - "swrast,i965,radeon" @<:@default=auto@:>@])],
> + "i915,i965,nouveau,radeon,r200,swrast" @<:@default=auto@:>@])],
> [with_dri_drivers="$withval"],
> [with_dri_drivers=auto])
>
--
Br,
Andres
More information about the mesa-dev
mailing list