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:
Dylan Baker 2024-02-15 12:36:58 -08:00 committed by Marge Bot
parent 19cd3bb721
commit 6a126b75e0
1 changed files with 1 additions and 1 deletions

View File

@ -634,7 +634,7 @@ option(
option(
'intel-clc',
type : 'combo',
deprecated: {'true': 'enabled', 'false': 'disabled'},
deprecated: {'true': 'enabled'},
value : 'auto',
choices : [
'enabled', 'system', 'auto'