summaryrefslogtreecommitdiffstats
path: root/rules/irssi.in
blob: fed79d40b7547171f8a27397a62eb09d4fdcbfa2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
## SECTION=communication

menuconfig IRSSI
	tristate
	prompt "irssi                         "
	select GCCLIBS_GCC_S
	select GLIB
	select ICONV
	select LIBC_DL
	select NCURSES
	select OPENSSL		if IRSSI_SSL
	help
	  IRSSI is a command-line focused IRC client.

if IRSSI

config IRSSI_SSL
	bool
	prompt "support for SSL"

endif