From 21a5501ece5b19ea08fcb7c7ca0d17f895c4c2a8 Mon Sep 17 00:00:00 2001 From: Dylan Baker Date: Mon, 14 Jul 2025 15:06:57 -0700 Subject: [PATCH] meson: set the `legacy-x11` option as deprecated Meson may be able to give better error messages and summary outputs when this is set. Fixes: 08c6ba223bb ("x11: Remove DRI2 support") Part-of: --- meson.options | 1 + 1 file changed, 1 insertion(+) diff --git a/meson.options b/meson.options index b1cdb06fcc9..c3c02c4c94f 100644 --- a/meson.options +++ b/meson.options @@ -792,6 +792,7 @@ option( type : 'array', value : [], description : 'Build legacy X11 support features.', + deprecated : true, choices : [ ], )