New commits:
commit 046bdd79e2fbf3022ab0077da0508e0b5d5f1e23
Author: Pavel Vinogradov <public AT sourcemage.org>
Commit: Pavel Vinogradov <public AT sourcemage.org>
utils/dbus: fixed libx11 flags, added x11 autolaunch option, always build
with
user session support, dropped expat dependency
diff --git a/utils/dbus/BUILD b/utils/dbus/BUILD
index 5210a48..7c098ab 100755
--- a/utils/dbus/BUILD
+++ b/utils/dbus/BUILD
@@ -9,7 +9,7 @@ fi &&
# when we're in a chain where libffi just has been updated and glib2 not yet.
# Other solution would be to unnecessarily depend on glib2, or even
# dbus-glib, which just smells too circular.
-OPTS="--without-dbus-glib --disable-modular-tests $OPTS" &&
+OPTS="--disable-modular-tests --enable-user-session ${DBUS_OPTS} $OPTS" &&