mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +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'
|
# Template file for 'bluez'
|
||||||
pkgname=bluez
|
pkgname=bluez
|
||||||
version=5.70
|
version=5.70
|
||||||
revision=2
|
revision=3
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--with-udevdir=/usr/lib/udev --disable-systemd
|
configure_args="--with-udevdir=/usr/lib/udev --disable-systemd
|
||||||
--enable-sixaxis --enable-threads --enable-library --enable-deprecated
|
--enable-sixaxis --enable-threads --enable-library --enable-deprecated
|
||||||
|
@ -43,6 +43,7 @@ post_install() {
|
||||||
vbin attrib/gatttool
|
vbin attrib/gatttool
|
||||||
vbin tools/btgatt-client
|
vbin tools/btgatt-client
|
||||||
vbin tools/btgatt-server
|
vbin tools/btgatt-server
|
||||||
|
vbin tools/btmgmt
|
||||||
vsv bluetoothd
|
vsv bluetoothd
|
||||||
if [ "$build_option_mesh" ]; then
|
if [ "$build_option_mesh" ]; then
|
||||||
vsv bluetooth-meshd
|
vsv bluetooth-meshd
|
||||||
|
|
Loading…
Add table
Reference in a new issue