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:
@@ -634,7 +634,7 @@ option(
|
|||||||
option(
|
option(
|
||||||
'intel-clc',
|
'intel-clc',
|
||||||
type : 'combo',
|
type : 'combo',
|
||||||
deprecated: {'true': 'enabled', 'false': 'disabled'},
|
deprecated: {'true': 'enabled'},
|
||||||
value : 'auto',
|
value : 'auto',
|
||||||
choices : [
|
choices : [
|
||||||
'enabled', 'system', 'auto'
|
'enabled', 'system', 'auto'
|
||||||
|
Reference in New Issue
Block a user