mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-20 07:20:10 +01:00
meson: stop building XA by default
Commitcf40099730("meson: deprecate gallium-xa") deprecated XA tracker, but didn't disable it by default. Thus any attempt to disable it would cause a deprecated option warning. Flip the default to disable XA tracker by default. Fixes:cf40099730("meson: deprecate gallium-xa") Backport-to: 25.1 Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@oss.qualcomm.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/35113>
This commit is contained in:
parent
6d226ceca1
commit
31cf6b94ad
1 changed files with 1 additions and 0 deletions
|
|
@ -127,6 +127,7 @@ option(
|
|||
option(
|
||||
'gallium-xa',
|
||||
type : 'feature',
|
||||
value : 'disabled',
|
||||
description : 'enable gallium xa frontend.',
|
||||
deprecated: true,
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue