bluez: enable systemd service by default.

This commit is contained in:
Juan RP 2012-03-01 10:08:22 +01:00
parent cbf5bce825
commit f9d327e406

View file

@ -1,7 +1,7 @@
# Template file for 'bluez'
pkgname=bluez
version=4.98
revision=1
revision=2
distfiles="${KERNEL_SITE}/bluetooth/$pkgname-$version.tar.xz"
build_style=gnu-configure
configure_args="--libexecdir=/lib --enable-gstreamer --enable-dund
@ -28,6 +28,7 @@ conf_files="
/etc/bluetooth/input.conf
/etc/bluetooth/audio.conf
/etc/bluetooth/serial.conf"
systemd_services="bluetooth.service on"
subpackages="$pkgname-alsa $pkgname-compat $pkgname-gstreamer libbluetooth"
subpackages="$subpackages libbluetooth-devel"