kumquat-buildroot/package/bluez-alsa/Config.in
Jörg Krause 36f2d55eff bluez-alsa: new package
bluez-alsa is a Bluetooth Audio ALSA Backend.

Note that we are using the latest commit from git master branch
instead of the latest version tag v1.2.0 which is almost a year old
and is 64 commits behind master.

Signed-off-by: Jörg Krause <joerg.krause@embedded.rocks>
[Thomas:
 - simplify the comments in the "depends on"
 - move the Config.in comment below the hcitop option to let
   menuconfig properly indent the hcitop option under bluez-alsa]
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
2018-04-28 18:53:49 +02:00

37 lines
1.1 KiB
Plaintext

config BR2_PACKAGE_BLUEZ_ALSA
bool "bluez-alsa"
depends on !BR2_STATIC_LIBS # bluez5
depends on !BR2_PACKAGE_BLUEZ_UTILS # bluez5
depends on BR2_TOOLCHAIN_HAS_THREADS
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_BSD
select BR2_PACKAGE_NCURSES
help
Enable top-like monitoring tool for HCI.
endif
comment "bluez-alsa needs a toolchain w/ wchar, threads, headers >= 3.4, dynamic library"
depends on !BR2_USE_WCHAR || !BR2_TOOLCHAIN_HAS_THREADS || \
!BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_4 || BR2_STATIC_LIBS
depends on BR2_TOOLCHAIN_HAS_SYNC_4
depends on BR2_USE_MMU
depends on !BR2_PACKAGE_BLUEZ_UTILS