diff options
| author | Eric Engestrom <eric@igalia.com> | 2025-08-18 17:33:31 -0400 |
|---|---|---|
| committer | Marge Bot <marge-bot@fdo.invalid> | 2025-08-20 12:50:40 +0000 |
| commit | 1fad1516b88c3decc00bc36884d41ad07823d940 (patch) | |
| tree | 152ec0cf4d71fc788b896e1accd34723c0970c9e /meson.options | |
| parent | e3476b4dbd7d8456c34af3063f9c1178786e9789 (diff) | |
meson: add spirv-tools option to disable the optional dependency
Reviewed-by: Marek Olšák <marek.olsak@amd.com>
Reviewed-by: Pierre-Eric Pelloux-Prayer <pierre-eric.pelloux-prayer@amd.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/36689>
Diffstat (limited to 'meson.options')
| -rw-r--r-- | meson.options | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/meson.options b/meson.options index 2b511687293..71d7640661f 100644 --- a/meson.options +++ b/meson.options @@ -851,3 +851,9 @@ option( value : false, description : 'Build virtgpu_kumquat (only useful with gfxstream currently)' ) + +option( + 'spirv-tools', + type : 'feature', + description : 'Use SPIRV-Tools for dumping SPIR-V for debugging purposes (required by CLC)' +) |