forked from bus1/dbus-broker
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmeson_options.txt
9 lines (9 loc) · 902 Bytes
/
meson_options.txt
1
2
3
4
5
6
7
8
9
option('apparmor', type: 'boolean', value: false, description: 'AppArmor support')
option('audit', type: 'boolean', value: false, description: 'Audit support')
option('docs', type: 'boolean', value: false, description: 'Build documentation')
option('launcher', type: 'boolean', value: true, description: 'Build compatibility launcher')
option('linux-4-17', type: 'boolean', value: false, description: 'Require linux-4.17 at runtime and make use of its features')
option('reference-test', type: 'boolean', value: false, description: 'Run test suite against reference implementation')
option('selinux', type: 'boolean', value: false, description: 'SELinux support')
option('system-console-users', type: 'array', value: [], description: 'Additional set of names of system-users to be considered at-console')
option('tests', type: 'boolean', value: false, description: 'Include tests in the distribution')