From 59625a68ffc592cc5c6c62baf3a03853f234dbf2 Mon Sep 17 00:00:00 2001 From: Erik Faye-Lund Date: Wed, 25 Jan 2023 15:26:54 +0100 Subject: [PATCH] meson: remove deprecated dri-drivers option This was deprecated in cdde031ac2c ("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 Reviewed-by: Eric Engestrom Part-of: --- meson.build | 5 ----- meson_options.txt | 5 ----- 2 files changed, 10 deletions(-) diff --git a/meson.build b/meson.build index b27a654944b..4ba84885f9d 100644 --- a/meson.build +++ b/meson.build @@ -131,11 +131,6 @@ if with_freedreno_kgsl system_has_kms_drm = false endif -dri_drivers = get_option('dri-drivers') -if dri_drivers.length() != 0 - error('Mesa\'s main branch no longer has any "classic" drivers, use the "amber" branch instead.') -endif - gallium_drivers = get_option('gallium-drivers') if gallium_drivers.contains('auto') if system_has_kms_drm diff --git a/meson_options.txt b/meson_options.txt index 795234dd7ed..d3b4c2fbaa4 100644 --- a/meson_options.txt +++ b/meson_options.txt @@ -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',