xref: /OK3568_Linux_fs/buildroot/package/irssi/Config.in (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1*4882a593Smuzhiyunconfig BR2_PACKAGE_IRSSI
2*4882a593Smuzhiyun	bool "irssi"
3*4882a593Smuzhiyun	depends on BR2_USE_WCHAR # libglib2
4*4882a593Smuzhiyun	depends on BR2_TOOLCHAIN_HAS_THREADS # libglib2
5*4882a593Smuzhiyun	depends on BR2_USE_MMU # fork()
6*4882a593Smuzhiyun	select BR2_PACKAGE_LIBGLIB2
7*4882a593Smuzhiyun	select BR2_PACKAGE_NCURSES
8*4882a593Smuzhiyun	select BR2_PACKAGE_OPENSSL
9*4882a593Smuzhiyun	help
10*4882a593Smuzhiyun	  Irssi is a terminal based IRC client for UNIX systems.
11*4882a593Smuzhiyun
12*4882a593Smuzhiyun	  http://irssi.org/
13*4882a593Smuzhiyun
14*4882a593Smuzhiyunif BR2_PACKAGE_IRSSI
15*4882a593Smuzhiyun
16*4882a593Smuzhiyunconfig BR2_PACKAGE_IRSSI_PROXY
17*4882a593Smuzhiyun	bool "proxy module"
18*4882a593Smuzhiyun	help
19*4882a593Smuzhiyun	  Build the irssi proxy module, which allows an IRC connection
20*4882a593Smuzhiyun	  to be shared among multiple clients.
21*4882a593Smuzhiyun
22*4882a593Smuzhiyunconfig BR2_PACKAGE_IRSSI_TRUE_COLOR
23*4882a593Smuzhiyun	bool "true color support"
24*4882a593Smuzhiyun	help
25*4882a593Smuzhiyun	  Build with true color support in terminal.
26*4882a593Smuzhiyun
27*4882a593Smuzhiyunendif
28*4882a593Smuzhiyun
29*4882a593Smuzhiyuncomment "irssi needs a toolchain w/ wchar, threads"
30*4882a593Smuzhiyun	depends on BR2_USE_MMU
31*4882a593Smuzhiyun	depends on !BR2_USE_WCHAR || !BR2_TOOLCHAIN_HAS_THREADS
32