package/bluez-alsa: select BlueZ audio plugins

The A2DP/AVCRP plugins now have to be explicitly selected.

Signed-off-by: Michael Nosthoff <buildroot@heine.tech>
Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
This commit is contained in:
Michael Nosthoff 2021-07-31 22:38:06 +02:00 committed by Arnout Vandecappelle (Essensium/Mind)
parent 7dcadf5c28
commit a3f9fb6085

View File

@ -9,6 +9,7 @@ config BR2_PACKAGE_BLUEZ_ALSA
depends on BR2_USE_WCHAR # libglib2
select BR2_PACKAGE_ALSA_LIB
select BR2_PACKAGE_BLUEZ5_UTILS
select BR2_PACKAGE_BLUEZ5_UTILS_PLUGINS_AUDIO
select BR2_PACKAGE_LIBGLIB2
select BR2_PACKAGE_SBC
help