dbus: re-enable systemd; some services fail to start otherwise.

This commit is contained in:
Juan RP 2012-12-03 18:07:16 +01:00
parent a034c76602
commit ff73cfb6ce
1 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
# Template file for 'dbus'
pkgname=dbus
version=1.6.8
revision=2
revision=3
build_style=gnu-configure
configure_args="--disable-selinux --enable-userdb-cache --with-xml=expat
--disable-dnotify --enable-inotify --with-dbus-user=dbus --disable-tests
@ -9,7 +9,7 @@ configure_args="--disable-selinux --enable-userdb-cache --with-xml=expat
--disable-asserts --with-system-socket=/run/dbus/system_bus_socket
--with-system-pid-file=/run/dbus/pid --with-console-auth-dir=/run/console/
--with-systemdsystemunitdir=/usr/lib/systemd/system"
makedepends="pkg-config expat-devel libX11-devel"
makedepends="pkg-config expat-devel libX11-devel systemd-devel"
conf_files="/etc/dbus-1/session.conf /etc/dbus-1/system.conf"
subpackages="dbus-devel dbus-libs dbus-x11"
system_accounts="dbus"