btmgmt is not installed by "make install", but it is useful for debugging• some issues and to set the MAC address on HCIs which don't have their• MAC address configured. --- tools/meson.build | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tools/meson.build b/tools/meson.build index 66156ab0224b..9ca76079325e 100644 --- a/tools/meson.build +++ b/tools/meson.build @@ -171,7 +171,8 @@ if get_option('tools').enabled() if readline_dep.found() executable('btmgmt', sources: [ 'btmgmt.c', '../src/uuid-helper.c', '../client/display.c', '../client/mgmt.c' ], - dependencies: [ libbluetooth_internal_dep, libshared_mainloop_dep, readline_dep ] + dependencies: [ libbluetooth_internal_dep, libshared_mainloop_dep, readline_dep ], + install: true ) executable('obex-client-tool', sources: [ 'obex-client-tool.c', gobex_sources, btio_sources ], -- 2.50.0