[Buildroot] [git commit branch/next] package/supertuxkart: enable BlueZ HID Plugin

Arnout Vandecappelle (Essensium/Mind) arnout at mind.be
Mon Aug 2 15:13:04 UTC 2021


commit: https://git.buildroot.net/buildroot/commit/?id=92024d4448f3cdd4974de0ac4317394f3760c7a8
branch: https://git.buildroot.net/buildroot/commit/?id=refs/heads/next

When BlueZ is enabled ensure to select the BlueZ HID Plugin for wiimote support.

Signed-off-by: Michael Nosthoff <buildroot at heine.tech>
Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout at mind.be>
---
 package/supertuxkart/Config.in | 1 +
 1 file changed, 1 insertion(+)

diff --git a/package/supertuxkart/Config.in b/package/supertuxkart/Config.in
index 99f2310d82..8af006d632 100644
--- a/package/supertuxkart/Config.in
+++ b/package/supertuxkart/Config.in
@@ -25,6 +25,7 @@ config BR2_PACKAGE_SUPERTUXKART
 	select BR2_PACKAGE_OPENAL
 	select BR2_PACKAGE_XLIB_LIBXRANDR
 	select BR2_PACKAGE_ZLIB
+	select BR2_PACKAGE_BLUEZ5_UTILS_PLUGINS_HID if BR2_PACKAGE_BLUEZ5_UTILS # runtime
 	help
 	  Karts. Nitro. Action! SuperTuxKart is a free 3D arcade kart
 	  racer with multiple karts, tracks and modes you can play.


More information about the buildroot mailing list