From 2d691d7dd31463a9ec2d832a98164e0aa9225068 Mon Sep 17 00:00:00 2001 From: Lionel Landwerlin Date: Thu, 7 Aug 2025 13:02:13 +0300 Subject: [PATCH] meson: remove intel-clc options This tool is gone. Signed-off-by: Lionel Landwerlin Fixes: f0e18c475b7 ("intel: remove GRL/intel-clc") Reviewed-by: Alyssa Rosenzweig Part-of: --- meson.options | 18 ------------------ 1 file changed, 18 deletions(-) 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',