meson: add option to install intel-clc
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/26797>
This commit is contained in:

committed by
Marge Bot

parent
a26c7b0b03
commit
1e31fd5f42
@@ -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',
|
||||
|
Reference in New Issue
Block a user