summaryrefslogtreecommitdiff
path: root/meson_options.txt
blob: 663247527ebcc1193562617cd697b00beb26552b (plain)
1
2
3
4
5
6
7
8
9
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)