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:
parent
713371c723
commit
47d19196c1
2 changed files with 0 additions and 12 deletions
|
|
@ -1870,10 +1870,6 @@ if with_osmesa
|
||||||
else
|
else
|
||||||
osmesa_lib_name = 'OSMesa'
|
osmesa_lib_name = 'OSMesa'
|
||||||
endif
|
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
|
endif
|
||||||
|
|
||||||
# TODO: symbol mangling
|
# TODO: symbol mangling
|
||||||
|
|
|
||||||
|
|
@ -392,14 +392,6 @@ option(
|
||||||
value : false,
|
value : false,
|
||||||
description : 'Build OSmesa.'
|
description : 'Build OSmesa.'
|
||||||
)
|
)
|
||||||
option(
|
|
||||||
'osmesa-bits',
|
|
||||||
type : 'combo',
|
|
||||||
value : 'unspecified',
|
|
||||||
choices : ['unspecified', '8', '16', '32'],
|
|
||||||
description : 'DEPRECATED: Number of channel bits for OSMesa.'
|
|
||||||
)
|
|
||||||
|
|
||||||
option(
|
option(
|
||||||
'tools',
|
'tools',
|
||||||
type : 'array',
|
type : 'array',
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue