From cf40099730c4af304227c30c891834cec220abff Mon Sep 17 00:00:00 2001 From: Mike Blumenkrantz Date: Wed, 26 Mar 2025 10:23:21 -0400 Subject: [PATCH] meson: deprecate gallium-xa this is not maintained and will be removed in a future version Part-of: --- meson.build | 1 + meson.options | 1 + 2 files changed, 2 insertions(+) diff --git a/meson.build b/meson.build index b365d7d627e..502dd8aaf63 100644 --- a/meson.build +++ b/meson.build @@ -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} diff --git a/meson.options b/meson.options index 729c4ac16a3..84c09bc7d6e 100644 --- a/meson.options +++ b/meson.options @@ -129,6 +129,7 @@ option( type : 'feature', deprecated: {'true': 'enabled', 'false': 'disabled'}, description : 'enable gallium xa frontend.', + deprecated: true, ) option(