10 lines
386 B
Meson
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'
|
|
)
|