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: 08c6ba223b ("x11: Remove DRI2 support")
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/36126>
This commit is contained in:
Dylan Baker
2025-07-14 15:06:57 -07:00
committed by Marge Bot
parent 2525fe07c2
commit 21a5501ece
+1
View File
@@ -792,6 +792,7 @@ option(
type : 'array',
value : [],
description : 'Build legacy X11 support features.',
deprecated : true,
choices : [
],
)