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