mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-08 15:00:11 +01:00
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:
parent
e1bcd0f4a5
commit
081aa09aeb
1 changed files with 2 additions and 2 deletions
|
|
@ -780,10 +780,10 @@ option(
|
|||
option(
|
||||
'legacy-x11',
|
||||
type : 'array',
|
||||
value : ['none'],
|
||||
value : [],
|
||||
description : 'Build legacy X11 support features.',
|
||||
choices : [
|
||||
'none', 'dri2'
|
||||
'dri2'
|
||||
],
|
||||
)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue