tests: always use libdbus-internal for main loop, never dbus-glib
authorSimon McVittie <simon.mcvittie@collabora.co.uk>
Fri, 20 Feb 2015 15:07:23 +0000 (15:07 +0000)
committerSimon McVittie <simon.mcvittie@collabora.co.uk>
Fri, 20 Feb 2015 20:49:32 +0000 (20:49 +0000)
commitdbd731491b19df3df4edf597ea7b646b76576b07
treeb5f27c92a88500182ad4b60885c2f0fdd458dafd
parent267c69ac90d6c8e8ef4b8a80e669db16febb2b55
tests: always use libdbus-internal for main loop, never dbus-glib

This gets rid of a potential circular dependency, which is annoying
when bootstrapping. It is nice to have the regression tests use
the shared libdbus, but we're about to make it possible to
do that anyway, even though some of them use internal symbols.

Bug: https://bugs.freedesktop.org/show_bug.cgi?id=83115
Reviewed-by: Ralf Habacker <ralf.habacker@freenet.de>
cmake/CMakeLists.txt
test/Makefile.am
test/name-test/Makefile.am
test/test-utils.c
test/test-utils.h