61a813339a
BlueZ 4.x is deprecated since a long time (BlueZ 5.x has been released in 2012) so drop it. For cwiid, sconeserver and ussp-push, replace bluez_utils by bluez5_utils. All other packages already support bluez5_utils so just drop bluez_utils. Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
41 lines
1.1 KiB
Plaintext
41 lines
1.1 KiB
Plaintext
config BR2_PACKAGE_BLUEZ_ALSA
|
|
bool "bluez-alsa"
|
|
depends on !BR2_STATIC_LIBS # bluez5
|
|
depends on BR2_TOOLCHAIN_HAS_THREADS_NPTL
|
|
depends on BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_4 # bluez5
|
|
depends on BR2_TOOLCHAIN_HAS_SYNC_4 # bluez5
|
|
depends on BR2_USE_MMU # bluez5 -> dbus
|
|
depends on BR2_USE_WCHAR # libglib2
|
|
select BR2_PACKAGE_ALSA_LIB
|
|
select BR2_PACKAGE_BLUEZ5_UTILS
|
|
select BR2_PACKAGE_LIBGLIB2
|
|
select BR2_PACKAGE_SBC
|
|
help
|
|
Bluetooth Audio ALSA Backend.
|
|
|
|
https://github.com/Arkq/bluez-alsa
|
|
|
|
if BR2_PACKAGE_BLUEZ_ALSA
|
|
|
|
config BR2_PACKAGE_BLUEZ_ALSA_HCITOP
|
|
bool "hcitop"
|
|
depends on BR2_PACKAGE_LIBBSD_ARCH_SUPPORTS
|
|
select BR2_PACKAGE_LIBBSD
|
|
select BR2_PACKAGE_NCURSES
|
|
help
|
|
Enable top-like monitoring tool for HCI.
|
|
|
|
config BR2_PACKAGE_BLUEZ_ALSA_RFCOMM
|
|
bool "rfcomm"
|
|
select BR2_PACKAGE_READLINE
|
|
help
|
|
Simple tool for sending RFCOMM commands.
|
|
|
|
endif
|
|
|
|
comment "bluez-alsa needs a toolchain w/ wchar, NPTL, headers >= 3.4, dynamic library"
|
|
depends on !BR2_USE_WCHAR || !BR2_TOOLCHAIN_HAS_THREADS_NPTL || \
|
|
!BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_4 || BR2_STATIC_LIBS
|
|
depends on BR2_TOOLCHAIN_HAS_SYNC_4
|
|
depends on BR2_USE_MMU
|