meson: remove deprecated dri-drivers option

This was deprecated in cdde031ac2 ("classic/i965: Remove driver"),
which is almost two years ago, and many major releases ago. Nobody
should be using this any more. Let's 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:26:54 +01:00
committed by Marge Bot
parent 47d19196c1
commit 59625a68ff
2 changed files with 0 additions and 10 deletions

View File

@@ -55,11 +55,6 @@ option(
type : 'feature',
description : 'enable support for dri3'
)
option(
'dri-drivers',
type : 'array',
description : 'DEPRECATED: List of dri drivers to build. If this is set to auto all drivers applicable to the target OS/architecture will be built'
)
option(
'dri-drivers-path',
type : 'string',