diff --git a/meson.options b/meson.options index 8a0c9d6b9dc..c28321c25aa 100644 --- a/meson.options +++ b/meson.options @@ -685,24 +685,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',