mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-20 03:00:11 +01:00
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>
This commit is contained in:
parent
6b6cb825e9
commit
cf40099730
2 changed files with 2 additions and 0 deletions
|
|
@ -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}
|
||||
|
|
|
|||
|
|
@ -129,6 +129,7 @@ option(
|
|||
type : 'feature',
|
||||
deprecated: {'true': 'enabled', 'false': 'disabled'},
|
||||
description : 'enable gallium xa frontend.',
|
||||
deprecated: true,
|
||||
)
|
||||
|
||||
option(
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue