Cope with dbus-launch not being in DBUS_BINDIR
authorColin Walters <walters@verbum.org>
Tue, 14 Jul 2009 15:43:54 +0000 (11:43 -0400)
committerColin Walters <walters@verbum.org>
Tue, 14 Jul 2009 15:43:54 +0000 (11:43 -0400)
commit70c5285eb4b757fdd4e552e002c5d54072492152
tree4bb6864118b93864811e1a2e6b52ceb854147acf
parent7bf132c7d15c1d8214b11442f053f7d53bca9a8f
Cope with dbus-launch not being in DBUS_BINDIR

This is a temporary hack for systems which use DBUS_BINDIR=/bin,
but then move dbus-launch back into /usr/bin.  Longer term,
we should explicitly support this in upstream code, or even better
figure out how to move dbus-launch into /bin (e.g. dynamically
load libX11 if available), or have a --with-x11-tools configure
option.
dbus/dbus-sysdeps-unix.c