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

config HOST_SYSTEM_PERL
	tristate

if HOST_SYSTEM_PERL

config HOST_SYSTEM_PERL_BUILD
	bool

config HOST_SYSTEM_PERL_JSON
	bool

config HOST_SYSTEM_PERL_LOCALE_PO
	bool

config HOST_SYSTEM_PERL_XMLPARSER
	bool

endif