dbus: enable systemd support.
This commit is contained in:
parent
41b63ac91c
commit
ca75963433
|
@ -1,13 +1,14 @@
|
|||
# Template file for 'dbus'
|
||||
pkgname=dbus
|
||||
version=1.4.12
|
||||
revision=1
|
||||
revision=2
|
||||
homepage="http://dbus.freedesktop.org/"
|
||||
distfiles="${homepage}/releases/dbus/$pkgname-$version.tar.gz"
|
||||
build_style=gnu_configure
|
||||
configure_args="--disable-selinux --enable-userdb-cache --with-xml=expat
|
||||
--localstatedir=/var --disable-dnotify --enable-inotify --with-dbus-user=dbus
|
||||
--disable-doxygen-docs --disable-xml-docs --disable-tests"
|
||||
--disable-doxygen-docs --disable-xml-docs --disable-tests
|
||||
--with-systemdsystemunitdir=/lib/systemd/system"
|
||||
short_desc="Message bus system"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
license="GPL-2"
|
||||
|
|
Loading…
Reference in New Issue