And this time I need to check my mail before sending ;) Reviewed-by: Bas Nieuwenhuizen <[email protected]>
On Fri, Jan 27, 2017, at 19:31, Emil Velikov wrote: > From: Emil Velikov <[email protected]> > > Analogous to what we do for the dri and gallium drivers. > > Cc: 17.0 13.0 <[email protected]> > Cc: Bas Nieuwenhuizen <[email protected]> > Signed-off-by: Emil Velikov <[email protected]> > --- > 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 > _______________________________________________ mesa-dev mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/mesa-dev
