package/bluez5_utils: hid needs hog
authorFabrice Fontaine <fontaine.fabrice@gmail.com>
Tue, 27 Jul 2021 07:20:11 +0000 (09:20 +0200)
committerThomas Petazzoni <thomas.petazzoni@bootlin.com>
Wed, 28 Jul 2021 19:16:13 +0000 (21:16 +0200)
Build of hid without hog is broken since commit
fb9fc969d91f69851b4c70dba512b607e52bda7b:

/home/buildroot/autobuild/instance-3/output-1/host/opt/ext-toolchain/bin/../lib/gcc/i586-buildroot-linux-musl/9.3.0/../../../../i586-buildroot-linux-musl/bin/ld: profiles/input/bluetoothd-manager.o: in function `input_init':
manager.c:(.text+0x2fd): undefined reference to `input_set_auto_sec'

Fixes:
 - http://autobuild.buildroot.org/results/9222879c9fe958e01e33f69531270355ea016d17

Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
Reviewed-by: Michael Nosthoff <buildroot@heine.tech>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
package/bluez5_utils/Config.in

index 9f20bf83ac66818d3954ce9b8c6d0d38f4408d75..f2b63b0a1cf321a1a3dbabf7dc9921b894694024 100644 (file)
@@ -78,6 +78,7 @@ config BR2_PACKAGE_BLUEZ5_UTILS_PLUGINS_HEALTH
 config BR2_PACKAGE_BLUEZ5_UTILS_PLUGINS_HID
        bool "build hid plugin"
        default y
+       select BR2_PACKAGE_BLUEZ5_UTILS_PLUGINS_HOG
        help
          Build plugin for HID (input) profiles.