summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorpiernov <piernov@piernov.org>2012-07-17 02:37:12 +0200
committerpiernov <piernov@piernov.org>2012-07-17 02:37:12 +0200
commitdb3c27d622485b42d70339262d2a960ada37b44e (patch)
tree2bb2ad255e900e9e44c6dad6ca142a0c40ec9ad8
parentd9ceb999a9dfcdce1b976dfad90d207c6123e6a9 (diff)
downloadnutyx-extra-db3c27d622485b42d70339262d2a960ada37b44e.tar.gz
nutyx-extra-db3c27d622485b42d70339262d2a960ada37b44e.tar.bz2
nutyx-extra-db3c27d622485b42d70339262d2a960ada37b44e.tar.xz
nutyx-extra-db3c27d622485b42d70339262d2a960ada37b44e.zip
dbus forcer utilisation systemd
-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