It's used for checking which audio codecs are supported by a Bluetooth audio device, which is more useful now that PulseAudio/PipeWire support alternative codecs like LDAC or aptX). Fixes: https://bugzilla.redhat.com/show_bug.cgi?id=1699680 --- tools/meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/meson.build b/tools/meson.build index 3e8f7ad439dd..66156ab0224b 100644 --- a/tools/meson.build +++ b/tools/meson.build @@ -82,7 +82,6 @@ if get_option('hid2hci').enabled() endif tools_names = [ - 'avinfo', 'avtest', 'scotest', 'hwdb', @@ -103,6 +102,7 @@ tools_names = [ ] inst_tools_names = [ + 'avinfo', 'rctest', 'l2test', 'l2ping', -- 2.50.0