summaryrefslogtreecommitdiffstats
path: root/rules/host-libiconv.in
blob: 34d9f37a138206846c4d8af3ad4a315d75918058 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
menuconfig HOST_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 HOST_LIBICONV_EXTRA_ENCODINGS
	depends on HOST_LIBICONV
	bool
	prompt "build with support for extra encodings"
	help
	  provides support for a few extra encodings. See
	  readme in source package for details.