glib-networking: bump to version 2.48.1
[buildroot-gz.git] / package / irssi / Config.in
blob7d292017892e65e39e7d42cd363b72e1c1581194
1 config BR2_PACKAGE_IRSSI
2         bool "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()
8         help
9           Irssi is a terminal based IRC client for UNIX systems.
11           http://irssi.org/
13 if BR2_PACKAGE_IRSSI
15 config BR2_PACKAGE_IRSSI_PROXY
16         bool "proxy module"
17         help
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"
23         help
24           Build with true color support in terminal.
26 endif
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