[Mesa-dev] [PATCH] configure.ac: Add radeon to with-vulkan-drivers help message.

Andres Rodriguez andresx7 at gmail.com
Sat Jan 28 00:19:29 UTC 2017


Reviewed-by: Andres Rodriguez <andresx7 at gmail.com>

On 1/27/2017 6:15 PM, Lionel Landwerlin wrote:
> I was bitten by that too so :
>
> Acked-by: Lionel Landwerlin <lionel.g.landwerlin at intel.com>
>
> On 27/01/17 18:47, Bas Nieuwenhuizen wrote:
>> Had someone that tried --with-vulkan-drivers=radv, this will guide
>> people in the right direction.
>>
>> Signed-off-by: Bas Nieuwenhuizen <basni at google.com>
>> CC: <mesa-stable at lists.freedesktop.org>
>> ---
>>   configure.ac | 2 +-
>>   1 file changed, 1 insertion(+), 1 deletion(-)
>>
>> diff --git a/configure.ac b/configure.ac
>> index b35adc8a3aa..57fd4075dc0 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-dev mailing list
> mesa-dev at lists.freedesktop.org
> https://lists.freedesktop.org/mailman/listinfo/mesa-dev


More information about the mesa-dev mailing list