1option('drm', 2 type : 'combo', 3 value : 'auto', 4 choices: [ 'auto', 'true', 'false' ]) 5option('x11', 6 type : 'combo', 7 value : 'auto', 8 choices: [ 'auto', 'true', 'false' ]) 9option('wayland', 10 type : 'combo', 11 value : 'auto', 12 choices: [ 'auto', 'true', 'false' ]) 13option('win32', 14 type : 'combo', 15 value : 'auto', 16 choices: [ 'auto', 'true', 'false' ]) 17option('tests', 18 type : 'boolean', 19 value : false) 20