diff --git a/meson.options b/meson.options index 7bfe94abf41..d0bfcbc961b 100644 --- a/meson.options +++ b/meson.options @@ -780,10 +780,10 @@ option( option( 'legacy-x11', type : 'array', - value : ['none'], + value : [], description : 'Build legacy X11 support features.', choices : [ - 'none', 'dri2' + 'dri2' ], )