mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-20 09:30:13 +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'
|
video_apis += 'vulkan'
|
||||||
endif
|
endif
|
||||||
if with_gallium_xa
|
if with_gallium_xa
|
||||||
|
warning('XA will be removed in Mesa 25.2')
|
||||||
video_apis += 'xa'
|
video_apis += 'xa'
|
||||||
endif
|
endif
|
||||||
video_summary += {'APIs': video_apis.length() != 0 ? video_apis : false}
|
video_summary += {'APIs': video_apis.length() != 0 ? video_apis : false}
|
||||||
|
|
|
||||||
|
|
@ -129,6 +129,7 @@ option(
|
||||||
type : 'feature',
|
type : 'feature',
|
||||||
deprecated: {'true': 'enabled', 'false': 'disabled'},
|
deprecated: {'true': 'enabled', 'false': 'disabled'},
|
||||||
description : 'enable gallium xa frontend.',
|
description : 'enable gallium xa frontend.',
|
||||||
|
deprecated: true,
|
||||||
)
|
)
|
||||||
|
|
||||||
option(
|
option(
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue