Config.in 489 B

12345678910111213141516
  1. config BR2_PACKAGE_ZNC
  2. bool "znc"
  3. depends on BR2_INSTALL_LIBSTDCPP
  4. depends on BR2_USE_MMU # fork()
  5. depends on !BR2_STATIC_LIBS
  6. depends on BR2_TOOLCHAIN_GCC_AT_LEAST_4_8
  7. depends on BR2_TOOLCHAIN_HAS_THREADS
  8. help
  9. Advanced IRC bouncer
  10. http://www.znc.in
  11. comment "znc needs a toolchain w/ C++, dynamic library, gcc >= 4.8, threads"
  12. depends on !BR2_INSTALL_LIBSTDCPP || BR2_STATIC_LIBS || \
  13. !BR2_TOOLCHAIN_GCC_AT_LEAST_4_8 || !BR2_TOOLCHAIN_HAS_THREADS
  14. depends on BR2_USE_MMU