About Social Code
aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--meson.build1
-rw-r--r--meson.options1
2 files changed, 2 insertions, 0 deletions
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(