summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xdbus/Pkgfile5
1 files changed, 4 insertions, 1 deletions
diff --git a/dbus/Pkgfile b/dbus/Pkgfile
index b7a417ed4..6a2b19165 100755
--- a/dbus/Pkgfile
+++ b/dbus/Pkgfile
@@ -21,12 +21,15 @@ build() {
--localstatedir=/var \
--sysconfdir=/etc \
--enable-shared \
+ --enable-systemd \
+ --enable-x11-autolaunch \
--with-x \
--with-xml=expat \
--with-system-pid-file=/var/run/dbus.pid \
--with-system-socket=/var/run/dbus/system_bus_socket \
--with-session-socket-dir=/tmp \
- --with-dbus-user=messagebus
+ --with-dbus-user=messagebus \
+ --with-systemdsystemunitdir=/usr/lib/systemd/system
make
make DESTDIR=$PKG install