mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2024-11-23 10:14:13 +08:00
meson: drop intel-cl deprecation of 'false'
It maps to `disabled`, which isn't actually an option. Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/27645>
This commit is contained in:
parent
19cd3bb721
commit
6a126b75e0
@ -634,7 +634,7 @@ option(
|
||||
option(
|
||||
'intel-clc',
|
||||
type : 'combo',
|
||||
deprecated: {'true': 'enabled', 'false': 'disabled'},
|
||||
deprecated: {'true': 'enabled'},
|
||||
value : 'auto',
|
||||
choices : [
|
||||
'enabled', 'system', 'auto'
|
||||
|
Loading…
Reference in New Issue
Block a user