forked from eclipse-bluechi/bluechi
-
Notifications
You must be signed in to change notification settings - Fork 0
/
meson_options.txt
21 lines (15 loc) · 898 Bytes
/
meson_options.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
option('api_bus', type: 'combo',
choices: ['user', 'system'], value: 'system',
description: 'The D-Bus daemon on which the public BlueChi API is provided')
option('dbus-srv-user', type: 'string', description: 'The (existing) user which runs bluechi')
option('with_analyzer', type : 'boolean', value : false,
description : 'Add the gcc option -fanalyzer for static analysis')
option('with_coverage', type : 'boolean', value : false,
description : 'Enable the code coverage collection')
option('with_man_pages', type : 'boolean', value : true,
description : 'Build and install man pages')
option('with_selinux', type : 'boolean', value : true,
description : 'Include the build and install of bluechi-selinux')
option('unix_domain_socket_path', type : 'string',
description: 'The path of the Unix Domain Socket for BlueChi',
value: '/run/bluechi/bluechi.sock')