package/brltty: enable bluez HID plugin
authorMichael Nosthoff <buildroot@heine.tech>
Sat, 31 Jul 2021 20:38:07 +0000 (22:38 +0200)
committerArnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
Mon, 2 Aug 2021 15:10:42 +0000 (17:10 +0200)
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>
package/brltty/Config.in

index de11af3bbeb5d6d2f866627e1c63d52513fc23d2..c728cb7e20348a6788038c80200a74c4ca2598ac 100644 (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.