Add native Wine accessibility bridge
This commit is contained in:
+8
-1
@@ -1,2 +1,9 @@
|
||||
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('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'
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user