Revert "bluez: enable systemd service by default."
This reverts commit f9d327e406
.
Use dbus system activation instead.
This commit is contained in:
parent
f9d327e406
commit
a21ffa1afd
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'bluez'
|
# Template file for 'bluez'
|
||||||
pkgname=bluez
|
pkgname=bluez
|
||||||
version=4.98
|
version=4.98
|
||||||
revision=2
|
revision=1
|
||||||
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,7 +28,6 @@ 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