From b9472db4963d3d434dc02a2adc7f6ce1e99ddaa1 Mon Sep 17 00:00:00 2001 From: Eric Engestrom Date: Thu, 17 Apr 2025 02:38:57 +0200 Subject: [PATCH] meson: remove duplicate `deprecated` for `gallium-xa` option Fixes: cf40099730c4af304227 ("meson: deprecate gallium-xa") Part-of: --- meson.options | 1 - 1 file changed, 1 deletion(-) diff --git a/meson.options b/meson.options index 65cb7b70a2a..cd1d8085f87 100644 --- a/meson.options +++ b/meson.options @@ -127,7 +127,6 @@ option( option( 'gallium-xa', type : 'feature', - deprecated: {'true': 'enabled', 'false': 'disabled'}, description : 'enable gallium xa frontend.', deprecated: true, )