diff options
| author | Mike Blumenkrantz <michael.blumenkrantz@gmail.com> | 2025-03-26 10:23:21 -0400 |
|---|---|---|
| committer | Marge Bot <emma+marge@anholt.net> | 2025-04-09 23:16:42 +0000 |
| commit | cf40099730c4af304227c30c891834cec220abff (patch) | |
| tree | 976aba0b1a587b842f9a941b0f8c7c486dea43d2 /meson.options | |
| parent | 6b6cb825e92ad3bf33b1e032151e32c7b79d8323 (diff) | |
meson: deprecate gallium-xa
this is not maintained and will be removed in a future version
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/34216>
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 729c4ac16a3..84c09bc7d6e 100644 --- a/meson.options +++ b/meson.options @@ -129,6 +129,7 @@ option( type : 'feature', deprecated: {'true': 'enabled', 'false': 'disabled'}, description : 'enable gallium xa frontend.', + deprecated: true, ) option( |