meson: remove intel-clc options

This tool is gone.

Signed-off-by: Lionel Landwerlin <lionel.g.landwerlin@intel.com>
Fixes: f0e18c475b ("intel: remove GRL/intel-clc")
Reviewed-by: Alyssa Rosenzweig <alyssa@rosenzweig.io>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/36625>
(cherry picked from commit 2d691d7dd3)
This commit is contained in:
Lionel Landwerlin 2025-08-07 13:02:13 +03:00 committed by Eric Engestrom
parent 42061491ba
commit c2cbff8297
2 changed files with 1 additions and 19 deletions

View file

@ -6284,7 +6284,7 @@
"description": "meson: remove intel-clc options", "description": "meson: remove intel-clc options",
"nominated": true, "nominated": true,
"nomination_type": 2, "nomination_type": 2,
"resolution": 0, "resolution": 1,
"main_sha": null, "main_sha": null,
"because_sha": "f0e18c475b71c7804e893ab7c1b70bb548ee6917", "because_sha": "f0e18c475b71c7804e893ab7c1b70bb548ee6917",
"notes": null "notes": null

View file

@ -679,24 +679,6 @@ option(
description : 'Build vulkan drivers with BETA extensions enabled.' description : 'Build vulkan drivers with BETA extensions enabled.'
) )
option(
'intel-clc',
type : 'combo',
deprecated: {'true': 'enabled'},
value : 'auto',
choices : [
'enabled', 'system', 'auto'
],
description : 'Build the intel-clc compiler or use a system version.'
)
option(
'install-intel-clc',
type : 'boolean',
value : false,
description : 'Install the intel-clc compiler (if needed for cross builds).'
)
option( option(
'intel-rt', 'intel-rt',
type : 'feature', type : 'feature',