dbus: re-enable systemd; some services fail to start otherwise.
This commit is contained in:
parent
a034c76602
commit
ff73cfb6ce
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'dbus'
|
# Template file for 'dbus'
|
||||||
pkgname=dbus
|
pkgname=dbus
|
||||||
version=1.6.8
|
version=1.6.8
|
||||||
revision=2
|
revision=3
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--disable-selinux --enable-userdb-cache --with-xml=expat
|
configure_args="--disable-selinux --enable-userdb-cache --with-xml=expat
|
||||||
--disable-dnotify --enable-inotify --with-dbus-user=dbus --disable-tests
|
--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
|
--disable-asserts --with-system-socket=/run/dbus/system_bus_socket
|
||||||
--with-system-pid-file=/run/dbus/pid --with-console-auth-dir=/run/console/
|
--with-system-pid-file=/run/dbus/pid --with-console-auth-dir=/run/console/
|
||||||
--with-systemdsystemunitdir=/usr/lib/systemd/system"
|
--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"
|
conf_files="/etc/dbus-1/session.conf /etc/dbus-1/system.conf"
|
||||||
subpackages="dbus-devel dbus-libs dbus-x11"
|
subpackages="dbus-devel dbus-libs dbus-x11"
|
||||||
system_accounts="dbus"
|
system_accounts="dbus"
|
||||||
|
|
Loading…
Reference in New Issue