1 config BR2_PACKAGE_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()
10 Irssi is a terminal based IRC client for UNIX systems.
16 config BR2_PACKAGE_IRSSI_PROXY
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"
25 Build with true color support in terminal.
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