summaryrefslogtreecommitdiff
path: root/meson_options.txt
diff options
context:
space:
mode:
authorErik Faye-Lund <erik.faye-lund@collabora.com>2022-04-29 09:15:58 +0200
committerMarge Bot <emma+marge@anholt.net>2022-04-29 19:30:03 +0000
commit202cab3d30808a96677f8bcb4b5f80a0cfbfc615 (patch)
tree0c502d2c3e9e825222ed39152c91aba5226e7181 /meson_options.txt
parent36250e839b2b54944511b245100622ab352d5879 (diff)
meson: deprecate specifying osmesa-bits
This option has no meaningful effect any more other than pointlessly renaming the the library. Let's introduce a new default value called "unspecified", and complain if it's set to anything else. Reviewed-by: Adam Jackson <ajax@redhat.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/16213>
Diffstat (limited to 'meson_options.txt')
-rw-r--r--meson_options.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/meson_options.txt b/meson_options.txt
index 4332906853f..83b5ea941be 100644
--- a/meson_options.txt
+++ b/meson_options.txt
@@ -420,9 +420,9 @@ option(
option(
'osmesa-bits',
type : 'combo',
- value : '8',
- choices : ['8', '16', '32'],
- description : 'Number of channel bits for OSMesa.'
+ value : 'unspecified',
+ choices : ['unspecified', '8', '16', '32'],
+ description : 'DEPRECATED: Number of channel bits for OSMesa.'
)
option(