Fixes: https://bugzilla.redhat.com/show_bug.cgi?id=1141909 https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=720486 --- tools/meson.build | 1 + 1 file changed, 1 insertion(+) diff --git a/tools/meson.build b/tools/meson.build index 5e73b048c118..3e8f7ad439dd 100644 --- a/tools/meson.build +++ b/tools/meson.build @@ -231,6 +231,7 @@ if get_option('tools').enabled() executable('gatttool', sources: gatttool_sources, dependencies: [ libbluetooth_internal_dep, libshared_glib_dep, readline_dep ], + install: true ) executable('hciattach', sources: [ -- 2.50.0