From d55f54d30d0ee6873670d165e424dd499dab9e08 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ertu=C4=9Frul=20Erata?= Date: Wed, 3 Oct 2018 18:51:03 +0300 Subject: [PATCH] work for enable-user-session --- system/base/dbus/actions.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/system/base/dbus/actions.py b/system/base/dbus/actions.py index 68100f08..5ec71e78 100644 --- a/system/base/dbus/actions.py +++ b/system/base/dbus/actions.py @@ -23,9 +23,10 @@ def setup(): --disable-modular-tests \ --disable-doxygen-docs \ --disable-libaudit \ - --disable-systemd \ --disable-silent-rules \ --enable-inotify \ + --enable-user-session \ + --with-xml=expat \ --with-system-pid-file=/run/dbus/pid \ --with-system-socket=/run/dbus/system_bus_socket \ --with-console-auth-dir=/run/console/ \