rusticl: fix 'enable-drivers' meson option
Fixes:1301d61de4("rusticl: allow devices to be enabled by default") Fixes:9cdf897c5e("rusticl: allow asahi to be enabled by default") Closes: https://gitlab.freedesktop.org/mesa/mesa/-/issues/14302 Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/39163>
This commit is contained in:
parent
e8c81652c9
commit
5a917f035c
1 changed files with 2 additions and 1 deletions
|
|
@ -147,7 +147,8 @@ option(
|
|||
option(
|
||||
'gallium-rusticl-enable-drivers',
|
||||
type : 'array',
|
||||
value : ['auto', 'asahi', 'freedreno', 'radeonsi'],
|
||||
value : ['auto'],
|
||||
choices : ['auto', 'asahi', 'freedreno', 'radeonsi'],
|
||||
description : 'List of gallium drivers for which rusticl will be enabled ' +
|
||||
'by default',
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue