tcpreplay: Bump version to v4.2.0
[buildroot-gz.git] / package / irssi / Config.in
blob2cdd06c87c0525204e3fa73faac19ca446018a5e
1 config BR2_PACKAGE_IRSSI
2         bool "irssi"
3         select BR2_PACKAGE_LIBGLIB2
4         select BR2_PACKAGE_NCURSES
5         select BR2_PACKAGE_OPENSSL
6         depends on BR2_USE_WCHAR # libglib2
7         depends on BR2_TOOLCHAIN_HAS_THREADS # libglib2
8         depends on BR2_USE_MMU # fork()
9         help
10           Irssi is a terminal based IRC client for UNIX systems.
12           http://irssi.org/
14 if BR2_PACKAGE_IRSSI
16 config BR2_PACKAGE_IRSSI_PROXY
17         bool "proxy module"
18         help
19           Build the irssi proxy module, which allows an IRC connection
20           to be shared among multiple clients.
22 config BR2_PACKAGE_IRSSI_TRUE_COLOR
23         bool "true color support"
24         help
25           Build with true color support in terminal.
27 endif
29 comment "irssi needs a toolchain w/ wchar, threads"
30         depends on BR2_USE_MMU
31         depends on !BR2_USE_WCHAR || !BR2_TOOLCHAIN_HAS_THREADS