Module: Mesa Branch: master Commit: cb6be5c8c05fa1af20ebd4f014d686244826f987 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=cb6be5c8c05fa1af20ebd4f014d686244826f987
Author: Emil Velikov <[email protected]> Date: Fri Jan 27 18:29:38 2017 +0000 configure.ac: list radeon in --with-vulkan-drivers help string Analogous to what we do for the dri and gallium drivers. Cc: 17.0 13.0 <[email protected]> Signed-off-by: Emil Velikov <[email protected]> Reviewed-by: Bas Nieuwenhuizen <[email protected]> --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 8ce5b80..72be7dd 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"]) _______________________________________________ mesa-commit mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/mesa-commit
