meson: add option to install intel-clc

Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/26797>
This commit is contained in:
Lionel Landwerlin
2024-02-12 15:06:06 +02:00
committed by Marge Bot
parent a26c7b0b03
commit 1e31fd5f42
2 changed files with 8 additions and 0 deletions

View File

@@ -642,6 +642,13 @@ option(
description : 'Build the intel-clc compiler.'
)
option(
'install-intel-clc',
type : 'boolean',
value : false,
description : 'Install the intel-clc compiler (if needed for cross builds).'
)
option(
'intel-rt',
type : 'combo',