mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-03-18 03:40:34 +01:00
meson: deprecate gallium-nine
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
fdbdfaed01
commit
6b6cb825e9
2 changed files with 2 additions and 0 deletions
|
|
@ -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 [
|
||||
|
|
|
|||
|
|
@ -136,6 +136,7 @@ option(
|
|||
type : 'boolean',
|
||||
value : false,
|
||||
description : 'build gallium "nine" Direct3D 9.x frontend.',
|
||||
deprecated: true,
|
||||
)
|
||||
|
||||
option(
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue