]> rtime.felk.cvut.cz Git - coffee/buildroot.git/blob - package/znc/Config.in
znc: add mandatory dependency on threads
[coffee/buildroot.git] / package / znc / Config.in
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
11           http://www.znc.in
12
13 comment "znc needs a toolchain w/ C++, dynamic library, gcc >= 4.8, threads"
14         depends on !BR2_INSTALL_LIBSTDCPP || BR2_STATIC_LIBS || \
15                 !BR2_TOOLCHAIN_GCC_AT_LEAST_4_8 || !BR2_TOOLCHAIN_HAS_THREADS
16         depends on BR2_USE_MMU