blob: 52f5c4a2c9dc0824f553fa26f648053a702b8663 [file] [log] [blame]
option('drm',
type : 'combo',
value : 'auto',
choices: [ 'auto', 'true', 'false' ])
option('x11',
type : 'combo',
value : 'auto',
choices: [ 'auto', 'true', 'false' ])
option('wayland',
type : 'combo',
value : 'auto',
choices: [ 'auto', 'true', 'false' ])
option('tests',
type : 'boolean',
value : false)