1config BR2_PACKAGE_TINYCOMPRESS
2	bool "tinycompress"
3	depends on !BR2_STATIC_LIBS # dlfcn.h
4	help
5	  tinycompress is a library for compress audio offload in alsa.
6
7	  https://www.alsa-project.org/
8
9comment "tinycompress needs a toolchain w/ dynamic library"
10	depends on BR2_STATIC_LIBS
11