cmake: use the same default system bus address as for autotools
authorSimon McVittie <simon.mcvittie@collabora.co.uk>
Wed, 4 Jan 2012 19:39:54 +0000 (19:39 +0000)
committerSimon McVittie <simon.mcvittie@collabora.co.uk>
Mon, 13 Aug 2012 18:51:42 +0000 (19:51 +0100)
commit05b0b9e65b6a58f0b0cb56d6ee8cf100061250b3
treef49bfef3f3bcda7d573e70ad704a8d7b66372ff8
parent9436816175060f038af9c06cf135246f955f9ed4
cmake: use the same default system bus address as for autotools

The system bus is unsupported (and rather meaningless) on Windows anyway,
so we can use anything. Also, make it clear that it has to be a
"specific" address that can be listened on *and* connected to,
like unix:path=/xxx - a listen-only address like unix:tmpdir=/xxx or
nonce-tcp: would not be suitable.

Bug: https://bugs.freedesktop.org/show_bug.cgi?id=38201
Reviewed-by: David Zeuthen <davidz@redhat.com>
README.cmake
cmake/CMakeLists.txt
configure.ac