labwc/meson_options.txt
tokyo4j 85b6e25484 config: support rc.yaml
Based on @johanmalm's work.

This adds libyaml as an optional dependency.
2024-08-23 17:24:44 +09:00

7 lines
660 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('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('yaml', type: 'feature', value: 'enabled', description: 'Enable configuration in YAML')