Mesa (master): configure.ac: list radeon in --with-vulkan-drivers help string

Emil Velikov evelikov at kemper.freedesktop.org
Fri Jan 27 19:27:54 UTC 2017


Module: Mesa
Branch: master
Commit: cb6be5c8c05fa1af20ebd4f014d686244826f987
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=cb6be5c8c05fa1af20ebd4f014d686244826f987

Author: Emil Velikov <emil.velikov at collabora.com>
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 <mesa-stable at lists.freedesktop.org>
Signed-off-by: Emil Velikov <emil.velikov at colllabora.com>
Reviewed-by: Bas Nieuwenhuizen <bas at basnieuwenhuizen.nl>

---

 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"])




More information about the mesa-commit mailing list