1 config BR2_PACKAGE_IRSSI
3 select BR2_PACKAGE_LIBGLIB2
4 select BR2_PACKAGE_NCURSES
5 depends on BR2_USE_WCHAR # libglib2
6 depends on BR2_TOOLCHAIN_HAS_THREADS # libglib2
7 depends on BR2_USE_MMU # fork()
9 Irssi is a terminal based IRC client for UNIX systems.
15 config BR2_PACKAGE_IRSSI_PROXY
18 Build the irssi proxy module, which allows an IRC connection
19 to be shared among multiple clients.
21 config BR2_PACKAGE_IRSSI_TRUE_COLOR
22 bool "true color support"
24 Build with true color support in terminal.
28 comment "irssi needs a toolchain w/ wchar, threads"
29 depends on BR2_USE_MMU
30 depends on !BR2_USE_WCHAR || !BR2_TOOLCHAIN_HAS_THREADS