3 lines
293 B
Meson
3 lines
293 B
Meson
option('help', type: 'boolean', value: true, description: 'Build help documentation')
|
|
option('plugin-system', type: 'boolean', value: true, description: 'Enable plugin system support')
|
|
option('d-bus-service', type: 'boolean', value: true, description: 'Enable D-Bus remote controller service') |