Config.in 381 B

123456789101112
  1. config 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. http://www.maier-komor.de/mbuffer.html
  9. comment "mbuffer needs a toolchain w/ dynamic library, threads"
  10. depends on BR2_STATIC_LIBS || !BR2_TOOLCHAIN_HAS_THREADS