meson: drop unnecessary -D legacy-x11=none

Array options are allowed to be empty, so there's no need to add an
extra value to convey that.

Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/35309>
This commit is contained in:
Eric Engestrom 2025-06-03 12:49:30 +02:00 committed by Marge Bot
parent e1bcd0f4a5
commit 081aa09aeb

View file

@ -780,10 +780,10 @@ option(
option(
'legacy-x11',
type : 'array',
value : ['none'],
value : [],
description : 'Build legacy X11 support features.',
choices : [
'none', 'dri2'
'dri2'
],
)