2021-03-04 00:56:37 +00:00
|
|
|
option('man-pages', type: 'feature', value: 'auto', description: 'Generate and install man pages')
|
2020-12-30 10:29:21 +00:00
|
|
|
option('xwayland', type: 'feature', value: 'auto', description: 'Enable support for X11 applications')
|
2023-09-17 11:40:48 +01:00
|
|
|
option('svg', type: 'feature', value: 'enabled', description: 'Enable svg window buttons')
|
2024-09-06 17:00:40 +09:00
|
|
|
option('icon', type: 'feature', value: 'enabled', description: 'Enable window icons')
|
2022-05-01 14:38:45 +10:00
|
|
|
option('nls', type: 'feature', value: 'auto', description: 'Enable native language support')
|
2024-04-08 17:32:16 +02:00
|
|
|
option('static_analyzer', type: 'feature', value: 'disabled', description: 'Run gcc static analyzer')
|
2023-09-23 15:07:25 +01:00
|
|
|
option('test', type: 'feature', value: 'disabled', description: 'Run tests')
|
2025-09-26 17:47:47 +01:00
|
|
|
option('sections', type: 'feature', value: 'disabled', description: 'Show unused functions')
|