mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-15 13:46:58 +02:00
bluez: install btmgmt
This commit is contained in:
parent
92a5a84053
commit
a822cc8deb
1 changed files with 2 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'bluez'
|
||||
pkgname=bluez
|
||||
version=5.70
|
||||
revision=2
|
||||
revision=3
|
||||
build_style=gnu-configure
|
||||
configure_args="--with-udevdir=/usr/lib/udev --disable-systemd
|
||||
--enable-sixaxis --enable-threads --enable-library --enable-deprecated
|
||||
|
@ -43,6 +43,7 @@ post_install() {
|
|||
vbin attrib/gatttool
|
||||
vbin tools/btgatt-client
|
||||
vbin tools/btgatt-server
|
||||
vbin tools/btmgmt
|
||||
vsv bluetoothd
|
||||
if [ "$build_option_mesh" ]; then
|
||||
vsv bluetooth-meshd
|
||||
|
|
Loading…
Add table
Reference in a new issue