xref: /OK3568_Linux_fs/buildroot/package/mbuffer/Config.in (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1*4882a593Smuzhiyunconfig BR2_PACKAGE_MBUFFER
2*4882a593Smuzhiyun	bool "mbuffer"
3*4882a593Smuzhiyun	depends on !BR2_STATIC_LIBS # dlopen()
4*4882a593Smuzhiyun	depends on BR2_TOOLCHAIN_HAS_THREADS
5*4882a593Smuzhiyun	help
6*4882a593Smuzhiyun	  mbuffer is a tool for buffering data streams with a large set
7*4882a593Smuzhiyun	  of unique features.
8*4882a593Smuzhiyun
9*4882a593Smuzhiyun	  http://www.maier-komor.de/mbuffer.html
10*4882a593Smuzhiyun
11*4882a593Smuzhiyuncomment "mbuffer needs a toolchain w/ dynamic library, threads"
12*4882a593Smuzhiyun	depends on BR2_STATIC_LIBS || !BR2_TOOLCHAIN_HAS_THREADS
13