cage/meson_options.txt
Jente Hidskes 9b1641aa14
output: add initial renderer
This will only render the clearing for now as there is no damage
tracking yet.
2020-10-18 22:44:57 +02:00

3 lines
306 B
Meson

option('debug-damage-tracking', type: 'boolean', value: 'false', description: 'Debug damage tracking')
option('man-pages', type: 'feature', value: 'auto', description: 'Generate and install man pages')
option('xwayland', type: 'boolean', value: 'false', description: 'Enable support for X11 applications')