Apply systemd-based dbus activation
[platform/upstream/at-spi2-core.git] / meson_options.txt
1 option('dbus_services_dir',
2        description: 'Location of the DBus services',
3        type: 'string',
4        value: 'default')
5 option('dbus_daemon',
6        description: 'The path of the DBus daemon',
7        type: 'string',
8        value: 'default')
9 option('dbus_broker',
10        description: 'The path of the DBus broker',
11        type: 'string',
12        value: 'default')
13 option('default_bus',
14        description: 'The default DBus implementation to use',
15        type: 'combo',
16        choices: ['dbus-daemon', 'dbus-broker'],
17        value: 'dbus-daemon')
18 option('systemd_user_dir',
19        description: 'Location of the systemd user services',
20        type: 'string',
21        value: 'default')
22 option('enable_docs',
23        description: 'Generate API reference for atspi (requires GTK-Doc)',
24        type: 'boolean',
25        value: false)
26
27 option('enable-introspection', type: 'combo', choices: ['yes', 'no', 'auto'], value: 'auto', description: 'Enable GObject Introspection (depends on GObject)')
28
29 option('enable-x11', type: 'combo', choices: ['yes', 'no', 'auto'], value: 'auto', description: 'Enable X11 support')