diff options
| author | Mike Blumenkrantz <michael.blumenkrantz@gmail.com> | 2025-03-26 10:23:21 -0400 |
|---|---|---|
| committer | Marge Bot <emma+marge@anholt.net> | 2025-04-09 23:16:41 +0000 |
| commit | 6b6cb825e92ad3bf33b1e032151e32c7b79d8323 (patch) | |
| tree | 47135ed170d37c1b97f659d2b5d9e82434e9052d /meson.options | |
| parent | fdbdfaed0157bea23a17fef9fdbf3d380d7ff8ef (diff) | |
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>
Diffstat (limited to 'meson.options')
| -rw-r--r-- | meson.options | 1 |
1 files changed, 1 insertions, 0 deletions
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( |