blob: 4263b5d9cd27597bf3eafe1db5db8c3920efcc03 [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('win32',
type : 'combo',
value : 'auto',
choices: [ 'auto', 'true', 'false' ])
option('tests',
type : 'boolean',
value : false)