bluez: enable systemd service by default.
This commit is contained in:
parent
cbf5bce825
commit
f9d327e406
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'bluez'
|
# Template file for 'bluez'
|
||||||
pkgname=bluez
|
pkgname=bluez
|
||||||
version=4.98
|
version=4.98
|
||||||
revision=1
|
revision=2
|
||||||
distfiles="${KERNEL_SITE}/bluetooth/$pkgname-$version.tar.xz"
|
distfiles="${KERNEL_SITE}/bluetooth/$pkgname-$version.tar.xz"
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--libexecdir=/lib --enable-gstreamer --enable-dund
|
configure_args="--libexecdir=/lib --enable-gstreamer --enable-dund
|
||||||
|
@ -28,6 +28,7 @@ conf_files="
|
||||||
/etc/bluetooth/input.conf
|
/etc/bluetooth/input.conf
|
||||||
/etc/bluetooth/audio.conf
|
/etc/bluetooth/audio.conf
|
||||||
/etc/bluetooth/serial.conf"
|
/etc/bluetooth/serial.conf"
|
||||||
|
systemd_services="bluetooth.service on"
|
||||||
|
|
||||||
subpackages="$pkgname-alsa $pkgname-compat $pkgname-gstreamer libbluetooth"
|
subpackages="$pkgname-alsa $pkgname-compat $pkgname-gstreamer libbluetooth"
|
||||||
subpackages="$subpackages libbluetooth-devel"
|
subpackages="$subpackages libbluetooth-devel"
|
||||||
|
|
Loading…
Reference in New Issue