Use libatspi to get the accessibility bus and handle main loop integration
authorMike Gorse <mgorse@novell.com>
Mon, 21 Mar 2011 18:48:21 +0000 (11:48 -0700)
committerMike Gorse <mgorse@novell.com>
Mon, 21 Mar 2011 18:53:03 +0000 (11:53 -0700)
commitff4004bdb88bd2a6c4edfb2858188a9880dabb92
treeeb947627ec2e7f341de2106a89567e3ecba84c0c
parent10144fcf6ea817879043e0994502a65a102289fd
Use libatspi  to get the accessibility bus and handle main loop integration

Remove function to get the accessibility bus, since it was duplicating code
in at-spi2-core and should be modified for BGO#644851.
Also, use atspi_dbus_*_setup_with_g_main instead of depending on dbus-glib,
so that FDO#35115 doesn't show up and we don't need to disable p2p if an old
version of dbus-glib is installed.

Note that at-spi2-atk now depends on libatspi where previously it did not.
atk-adaptor/Makefile.include
atk-adaptor/adaptors/Makefile.am
atk-adaptor/bridge.c
atk-adaptor/event.c
common/Makefile.am
configure.ac
droute/Makefile.am
droute/droute-test.c