kumquat-buildroot/package/irssi/Config.in
Rodrigo Rebello 26856b81e9 irssi: new package
Irssi is a terminal based IRC client for UNIX systems.

http://irssi.org/

[Thomas: use alternate site since the official site is currently
down.]

Signed-off-by: Rodrigo Rebello <rprebello@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
2015-11-02 22:08:34 +01:00

31 lines
743 B
Plaintext

config BR2_PACKAGE_IRSSI
bool "irssi"
select BR2_PACKAGE_LIBGLIB2
select BR2_PACKAGE_NCURSES
depends on BR2_USE_WCHAR # libglib2
depends on BR2_TOOLCHAIN_HAS_THREADS # libglib2
depends on BR2_USE_MMU # fork()
help
Irssi is a terminal based IRC client for UNIX systems.
http://irssi.org/
if BR2_PACKAGE_IRSSI
config BR2_PACKAGE_IRSSI_PROXY
bool "proxy module"
help
Build the irssi proxy module, which allows an IRC connection
to be shared among multiple clients.
config BR2_PACKAGE_IRSSI_TRUE_COLOR
bool "true color support"
help
Build with true color support in terminal.
endif
comment "irssi needs a toolchain w/ wchar, threads"
depends on BR2_USE_MMU
depends on !BR2_USE_WCHAR || !BR2_TOOLCHAIN_HAS_THREADS