Updated Danish translation
[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('systemd_user_dir',
10        description: 'Location of the systemd user services',
11        type: 'string',
12        value: 'default')
13 option('enable_docs',
14        description: 'Generate API reference for atspi (requires GTK-Doc)',
15        type: 'boolean',
16        value: false)
17
18 option('enable-introspection', type: 'combo', choices: ['yes', 'no', 'auto'], value: 'auto', description: 'Enable GObject Introspection (depends on GObject)')