rusticl: allow asahi to be enabled by default

Reviewed-by: Alyssa Rosenzweig <alyssa@rosenzweig.io>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/31589>
This commit is contained in:
Karol Herbst
2024-09-17 11:29:30 +02:00
committed by Marge Bot
parent 767695b2c4
commit 9cdf897c5e
2 changed files with 5 additions and 2 deletions

View File

@@ -163,7 +163,7 @@ option(
option(
'gallium-rusticl-enable-drivers',
type : 'array',
value : ['auto'],
value : ['auto', 'asahi'],
description : 'List of gallium drivers for which rusticl will be enabled ' +
'by default',
)