[Mesa-stable] [PATCH] configure.ac: list radeon in --with-vulkan-drivers help string
Bas Nieuwenhuizen
bas at basnieuwenhuizen.nl
Fri Jan 27 18:57:26 UTC 2017
And this time I need to check my mail before sending ;)
Reviewed-by: Bas Nieuwenhuizen <bas at basnieuwenhuizen.nl>
On Fri, Jan 27, 2017, at 19:31, Emil Velikov wrote:
> From: Emil Velikov <emil.velikov at collabora.com>
>
> Analogous to what we do for the dri and gallium drivers.
>
> Cc: 17.0 13.0 <mesa-stable at lists.freedesktop.org>
> Cc: Bas Nieuwenhuizen <bas at basnieuwenhuizen.nl>
> Signed-off-by: Emil Velikov <emil.velikov at colllabora.com>
> ---
> configure.ac | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/configure.ac b/configure.ac
> index 8ce5b805fb..72be7dde30 100644
> --- a/configure.ac
> +++ b/configure.ac
> @@ -1738,7 +1738,7 @@ fi
> AC_ARG_WITH([vulkan-drivers],
> [AS_HELP_STRING([--with-vulkan-drivers@<:@=DIRS...@:>@],
> [comma delimited Vulkan drivers list, e.g.
> - "intel"
> + "intel,radeon"
> @<:@default=no@:>@])],
> [with_vulkan_drivers="$withval"],
> [with_vulkan_drivers="no"])
> --
> 2.11.0
>
More information about the mesa-stable
mailing list