package/brltty: enable bluez HID plugin

brltty builds with bluetooth support when bluez is enabled.
Ensure the HID Plugin is enabled.

Signed-off-by: Michael Nosthoff <buildroot@heine.tech>
Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
2021.08.x
Michael Nosthoff 2021-07-31 22:38:07 +02:00 committed by Arnout Vandecappelle (Essensium/Mind)
parent a3f9fb6085
commit cc02541b30
1 changed files with 1 additions and 0 deletions

View File

@ -4,6 +4,7 @@ config BR2_PACKAGE_BRLTTY
depends on BR2_TOOLCHAIN_HAS_THREADS
depends on !BR2_STATIC_LIBS
depends on BR2_USE_MMU # fork()
select BR2_PACKAGE_BLUEZ5_UTILS_PLUGINS_HID if BR2_PACKAGE_BLUEZ5_UTILS # runtime
help
A daemon providing access to the Linux console for a blind
person using a refreshable braille display.