From 6b6cb825e92ad3bf33b1e032151e32c7b79d8323 Mon Sep 17 00:00:00 2001 From: Mike Blumenkrantz Date: Wed, 26 Mar 2025 10:23:21 -0400 Subject: [PATCH] meson: deprecate gallium-nine 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 41c217c4982..b365d7d627e 100644 --- a/meson.build +++ b/meson.build @@ -696,6 +696,7 @@ endif with_gallium_st_nine = get_option('gallium-nine') if with_gallium_st_nine + warning('The nine state tracker will be removed in Mesa 25.2') if not with_gallium_swrast error('The nine state tracker requires gallium softpipe/llvmpipe.') elif not [ diff --git a/meson.options b/meson.options index a7a025668db..729c4ac16a3 100644 --- a/meson.options +++ b/meson.options @@ -136,6 +136,7 @@ option( type : 'boolean', value : false, description : 'build gallium "nine" Direct3D 9.x frontend.', + deprecated: true, ) option(