Blame meson_options.txt

Packit 8b6d7a
option('dbus_services_dir',
Packit 8b6d7a
       description: 'Location of the DBus services',
Packit 8b6d7a
       type: 'string',
Packit 8b6d7a
       value: 'default')
Packit 8b6d7a
option('dbus_daemon',
Packit 8b6d7a
       description: 'The path of the DBus daemon',
Packit 8b6d7a
       type: 'string',
Packit 8b6d7a
       value: 'default')
Packit 8b6d7a
option('systemd_user_dir',
Packit 8b6d7a
       description: 'Location of the systemd user services',
Packit 8b6d7a
       type: 'string',
Packit 8b6d7a
       value: 'default')
Packit 8b6d7a
option('enable_docs',
Packit 8b6d7a
       description: 'Generate API reference for atspi (requires GTK-Doc)',
Packit 8b6d7a
       type: 'boolean',
Packit 8b6d7a
       value: false)
Packit 8b6d7a
Packit 8b6d7a
option('enable-introspection', type: 'combo', choices: ['yes', 'no', 'auto'], value: 'auto', description: 'Enable GObject Introspection (depends on GObject)')
Packit 8b6d7a
Packit 8b6d7a
option('enable-x11', type: 'combo', choices: ['yes', 'no', 'auto'], value: 'auto', description: 'Enable X11 support')