mirror of
https://github.com/labwc/labwc.git
synced 2025-10-29 05:40:24 -04:00
8 lines
744 B
Meson
8 lines
744 B
Meson
option('man-pages', type: 'feature', value: 'auto', description: 'Generate and install man pages')
|
|
option('xwayland', type: 'feature', value: 'auto', description: 'Enable support for X11 applications')
|
|
option('svg', type: 'feature', value: 'enabled', description: 'Enable svg window buttons')
|
|
option('icon', type: 'feature', value: 'enabled', description: 'Enable window icons')
|
|
option('nls', type: 'feature', value: 'auto', description: 'Enable native language support')
|
|
option('static_analyzer', type: 'feature', value: 'disabled', description: 'Run gcc static analyzer')
|
|
option('test', type: 'feature', value: 'disabled', description: 'Run tests')
|
|
option('sections', type: 'feature', value: 'disabled', description: 'Show unused functions')
|