option('api', type: 'combo', choices: ['null', 'gl', 'gles', 'vulkan', 'dx11'], value: 'null') option('window', type: 'combo', choices: ['null', 'wayland', 'x11', 'kms', 'win32', 'glfw', 'glfm'], value: 'null') option('egl-brcm', type: 'boolean', value: false) option('poll', type: 'combo', choices: ['inline', 'fd'], value: 'inline') option('event-buffer', type: 'boolean', value: false) option('pause', type: 'boolean', value: true) option('win32-compat', type: 'boolean', value: false, yield: true) option('release-asserts', type: 'boolean', value: true, yield: true) option('tests', type: 'feature', value: 'auto', yield: true)