kumquat-buildroot/package/sbc/Config.in
John Keeping 3d8b6e9e25 package/sbc: add config option to control tools build
libsndfile is only needed by the sbctester utility and the library can
be built without this dependency.

Add a config option to cover not just sbctester but the command-line
utilities as well.  While the utilities may be useful for debugging,
normal usage will only need libsbc and these applications can be
omitted.

Signed-off-by: John Keeping <john@metanate.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
2022-11-14 23:03:06 +01:00

18 lines
337 B
Plaintext

config BR2_PACKAGE_SBC
bool "sbc"
help
An audio codec to connect bluetooth high quality audio
devices like headphones or loudspeakers.
http://www.bluez.org/
if BR2_PACKAGE_SBC
config BR2_PACKAGE_SBC_TOOLS
bool "tools"
select BR2_PACKAGE_LIBSNDFILE
help
Build the command-line SBC tools as well as the library.
endif