diff mbox series

[03/10] package/cwiid: select BlueZ HID plugin

Message ID 20210731203814.68125-4-buildroot@heine.tech
State Accepted
Headers show
Series Slimming BlueZ defaults | expand

Commit Message

Michael Nosthoff July 31, 2021, 8:38 p.m. UTC
the HID plugin now needs to be explictly enabled.

Signed-off-by: Michael Nosthoff <buildroot@heine.tech>
---
 package/cwiid/Config.in | 1 +
 1 file changed, 1 insertion(+)
diff mbox series

Patch

diff --git a/package/cwiid/Config.in b/package/cwiid/Config.in
index 374a91ffd6..e03248c722 100644
--- a/package/cwiid/Config.in
+++ b/package/cwiid/Config.in
@@ -7,6 +7,7 @@  config BR2_PACKAGE_CWIID
 	depends on BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_4 # bluez5_utils
 	depends on BR2_TOOLCHAIN_HAS_SYNC_4 # bluez5_utils
 	select BR2_PACKAGE_BLUEZ5_UTILS
+	select BR2_PACKAGE_BLUEZ5_UTILS_PLUGINS_HID # runtime
 	help
 	  A collection of Linux tools written in C for interfacing to
 	  the Nintendo Wiimote.