X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;ds=sidebyside;f=meson_options.txt;h=c8d5fd1d9b7312eac64887c15b068266f2374e7b;hb=refs%2Ftags%2Faccepted%2Ftizen%2Funified%2F20200221.093534;hp=e26c3036e3f05a9e0984876cbaf8dca2401669ad;hpb=085444aede5f0990d069efc00916b14a1944c71a;p=platform%2Fupstream%2Fat-spi2-core.git diff --git a/meson_options.txt b/meson_options.txt index e26c303..c8d5fd1 100644 --- a/meson_options.txt +++ b/meson_options.txt @@ -6,11 +6,30 @@ option('dbus_daemon', description: 'The path of the DBus daemon', type: 'string', value: 'default') +option('dbus_broker', + description: 'The path of the DBus broker', + type: 'string', + value: 'default') +option('default_bus', + description: 'The default DBus implementation to use', + type: 'combo', + choices: ['dbus-daemon', 'dbus-broker'], + value: 'dbus-daemon') option('systemd_user_dir', description: 'Location of the systemd user services', type: 'string', value: 'default') -option('enable_docs', +option('docs', description: 'Generate API reference for atspi (requires GTK-Doc)', type: 'boolean', value: false) +option('introspection', + description: 'Enable GObject Introspection (depends on GObject)', + type: 'combo', + choices: ['yes', 'no', 'auto'], + value: 'auto') +option('x11', + description: 'Enable X11 support', + type: 'combo', + choices: ['yes', 'no', 'auto'], + value: 'auto')