mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-20 07:20:10 +01:00
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 commit2d691d7dd3)
This commit is contained in:
parent
42061491ba
commit
c2cbff8297
2 changed files with 1 additions and 19 deletions
|
|
@ -6284,7 +6284,7 @@
|
|||
"description": "meson: remove intel-clc options",
|
||||
"nominated": true,
|
||||
"nomination_type": 2,
|
||||
"resolution": 0,
|
||||
"resolution": 1,
|
||||
"main_sha": null,
|
||||
"because_sha": "f0e18c475b71c7804e893ab7c1b70bb548ee6917",
|
||||
"notes": null
|
||||
|
|
|
|||
|
|
@ -679,24 +679,6 @@ option(
|
|||
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(
|
||||
'intel-rt',
|
||||
type : 'feature',
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue