From a822cc8deb540b89b29a81f2ad47476d0568d1c9 Mon Sep 17 00:00:00 2001 From: classabbyamp Date: Sun, 5 May 2024 12:21:03 -0400 Subject: [PATCH] bluez: install btmgmt --- srcpkgs/bluez/template | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/srcpkgs/bluez/template b/srcpkgs/bluez/template index 0145a629c69..bcd0315c849 100644 --- a/srcpkgs/bluez/template +++ b/srcpkgs/bluez/template @@ -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