X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=meson_options.txt;h=f8ec8621a53d0f53398af240ea9b18f1d732b6f0;hb=refs%2Fchanges%2F87%2F198387%2F2;hp=c9afe2faaba76c85091f51e554fe33567e4a1e13;hpb=832febae6759636ce7abf98a93738d60a9726a3b;p=platform%2Fupstream%2Fat-spi2-core.git diff --git a/meson_options.txt b/meson_options.txt index c9afe2f..f8ec862 100644 --- a/meson_options.txt +++ b/meson_options.txt @@ -6,6 +6,15 @@ 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',