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 19:42:38 +0000 (15:42 -0400)
commit3028841a74fbac7886be5c16843a75f19383c9b3
tree02c718727faeb91a9689afa8d16ed2bc90b6710a
parent5abb8aeb5e315df997cbaccfbc8865ef2b70bcf1
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.
(cherry picked from commit 70c5285eb4b757fdd4e552e002c5d54072492152)
dbus/dbus-sysdeps-unix.c