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:
committed by
Marge Bot
parent
6b6cb825e9
commit
cf40099730
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user