Files
cthulhu/meson_options.txt
2026-07-17 18:17:23 -04:00

10 lines
386 B
Meson

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')
option(
'wine-access',
type: 'combo',
choices: ['auto', 'enabled', 'disabled'],
value: 'auto',
description: 'Build the Wine accessibility and NVDA Controller helper'
)