mirror of
https://cagebreak.project-repo.co/cagebreak.git
synced 2026-08-23 14:04:19 +02:00
4 lines
460 B
Meson
4 lines
460 B
Meson
option('xwayland', type: 'boolean', value: 'false', description: 'Enable support for X11 applications')
|
|
option('man-pages', type: 'boolean', value: 'false', description: 'Build man pages (requires pandoc)')
|
|
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.')
|