meson: remove deprecated osmesa-bits option

We've released several new major versions since this was deprecated in
202cab3d30 ("meson: deprecate specifying osmesa-bits"), so it's
probably about time to remove it.

Reviewed-by: David Heidelberg <david.heidelberg@collabora.com>
Reviewed-by: Eric Engestrom <eric@igalia.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/20905>
This commit is contained in:
Erik Faye-Lund
2023-01-25 15:16:30 +01:00
committed by Marge Bot
parent 713371c723
commit 47d19196c1
2 changed files with 0 additions and 12 deletions

View File

@@ -1870,10 +1870,6 @@ if with_osmesa
else
osmesa_lib_name = 'OSMesa'
endif
osmesa_bits = get_option('osmesa-bits')
if osmesa_bits != 'unspecified'
warning('osmesa-bits option is deprecated and have no effect, please remove it.')
endif
endif
# TODO: symbol mangling

View File

@@ -392,14 +392,6 @@ option(
value : false,
description : 'Build OSmesa.'
)
option(
'osmesa-bits',
type : 'combo',
value : 'unspecified',
choices : ['unspecified', '8', '16', '32'],
description : 'DEPRECATED: Number of channel bits for OSMesa.'
)
option(
'tools',
type : 'array',