diff options
| author | Eric Engestrom <eric@igalia.com> | 2025-03-12 10:50:04 +0100 |
|---|---|---|
| committer | Marge Bot <emma+marge@anholt.net> | 2025-03-13 12:20:45 +0000 |
| commit | a0b457aca6cbe94d555ae75864a47bb6a16318a0 (patch) | |
| tree | 44822a261cfed8710328282db8d0cacef5abdda5 /meson.options | |
| parent | f46830912e53f1f56910123b34df20714451605d (diff) | |
meson: announce that clover is deprecated (slated for removal)
See https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/19385;
the timeline is not 100% decided yet, but let's warn users already.
Suggested-by: Erik Faye-Lund <erik.faye-lund@collabora.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/34021>
Diffstat (limited to 'meson.options')
| -rw-r--r-- | meson.options | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meson.options b/meson.options index fa23dbee4d6..f775d9e5764 100644 --- a/meson.options +++ b/meson.options @@ -151,6 +151,7 @@ option( choices : ['icd', 'standalone', 'disabled'], value : 'disabled', description : 'build gallium "clover" OpenCL frontend.', + deprecated: true, ) option( |