main meson.options
1option('xwayland', type: 'feature', value: 'auto', description: 'Automatic Xwayland handling')
2option('input', type: 'combo', value: 'auto', choices: ['auto', 'libinput', 'evdev', 'wscons'], description: 'Input backend to use')
3option('udev', type: 'feature', value: 'auto', description: 'libinput libudev support')
4option('evdev-keyboard', type: 'string', value: '/dev/input/event0', description: 'evdev keyboard device to use')
5option('evdev-pointer', type: 'string', value: '/dev/input/event1', description: 'evdev pointer device to use')
6option('extra', type: 'boolean', value: true, description: 'Build swc utility applications')
7option('example', type: 'boolean', value: false, description: 'Build swc example compositor')