summaryrefslogtreecommitdiffstats
path: root/rules/gettext.in
blob: 3f7f517cb2f246b4ee740e8d58e3db1a0cee0a56 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
menu "gettext          "

config GETTEXT
	bool
	prompt "Compile GNU gettext"

config GETTEXT_LIBINTL
	bool
	depends on GETTEXT
	prompt "Install GNU libintl"

endmenu