diff options
| author | Lionel Landwerlin <lionel.g.landwerlin@intel.com> | 2025-08-07 13:02:13 +0300 |
|---|---|---|
| committer | Marge Bot <marge-bot@fdo.invalid> | 2025-08-07 11:25:41 +0000 |
| commit | 2d691d7dd31463a9ec2d832a98164e0aa9225068 (patch) | |
| tree | 30a760f6cff74c96ed600d6bcd9ebe424e58a14b /meson.options | |
| parent | 3e19c0f129b6f9c663e0010abb3222c706aa5ec7 (diff) | |
meson: remove intel-clc options
This tool is gone.
Signed-off-by: Lionel Landwerlin <lionel.g.landwerlin@intel.com>
Fixes: f0e18c475b7 ("intel: remove GRL/intel-clc")
Reviewed-by: Alyssa Rosenzweig <alyssa@rosenzweig.io>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/36625>
Diffstat (limited to 'meson.options')
| -rw-r--r-- | meson.options | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/meson.options b/meson.options index 8a0c9d6b9dc..c28321c25aa 100644 --- a/meson.options +++ b/meson.options @@ -686,24 +686,6 @@ option( ) 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', deprecated: {'true': 'enabled', 'false': 'disabled'}, |