bluez: bluetoothd service needs dbus.
This commit is contained in:
parent
0b616323b1
commit
2d1cd833b1
2 changed files with 2 additions and 1 deletions
|
@ -1,2 +1,3 @@
|
||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
sv check dbus >/dev/null || exit 1
|
||||||
exec /usr/libexec/bluetooth/bluetoothd -n >/dev/null
|
exec /usr/libexec/bluetooth/bluetoothd -n >/dev/null
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'bluez'
|
# Template file for 'bluez'
|
||||||
pkgname=bluez
|
pkgname=bluez
|
||||||
version=5.30
|
version=5.30
|
||||||
revision=1
|
revision=2
|
||||||
build_options="systemd"
|
build_options="systemd"
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--with-udevdir=/usr/lib/udev
|
configure_args="--with-udevdir=/usr/lib/udev
|
||||||
|
|
Loading…
Reference in a new issue