meson: deprecate gallium-xa
Some checks are pending
macOS-CI / macOS-CI (dri) (push) Waiting to run
macOS-CI / macOS-CI (xlib) (push) Waiting to run

this is not maintained and will be removed in a future version

Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/34216>
This commit is contained in:
Mike Blumenkrantz 2025-03-26 10:23:21 -04:00 committed by Marge Bot
parent 6b6cb825e9
commit cf40099730
2 changed files with 2 additions and 0 deletions

View file

@ -2393,6 +2393,7 @@ if with_any_vk
video_apis += 'vulkan'
endif
if with_gallium_xa
warning('XA will be removed in Mesa 25.2')
video_apis += 'xa'
endif
video_summary += {'APIs': video_apis.length() != 0 ? video_apis : false}

View file

@ -129,6 +129,7 @@ option(
type : 'feature',
deprecated: {'true': 'enabled', 'false': 'disabled'},
description : 'enable gallium xa frontend.',
deprecated: true,
)
option(