cagebreak/meson_options.txt
2020-06-07 09:29:37 +02:00

4 lines
468 B
Meson

option('xwayland', type: 'boolean', value: 'false', description: 'Enable support for X11 applications')
option('fuzz', type: 'boolean', value: 'false', description: 'Enable building fuzzer targets')
option('version_override', type: 'string', description: 'Set the project version to the string specified. Used for creating hashes for reproducible builds.')
option('documentation', type: 'boolean', value: 'true', description: 'Build documentation. Requires doxygen.')