summaryrefslogtreecommitdiffstats
path: root/rules/libiconv.in
blob: 42bcd33663d43adff099b4599edb00bc7dd0094b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
menuconfig LIBICONV
	bool
	prompt "libiconv                    "
	help
	  
	  libiconv converts traditional character encodings 
	  to/from UNICODE. It is for you if your application
	  needs to support multiple character encodings, but 
	  that support lacks from your system.

config LIBICONV_EXTRA_ENCODINGS
	depends on LIBICONV
	bool
	prompt "build with support for extra encodings"
	help
	  provides support for a few extra encodings. see
	  readme in source package for details