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

config HOST_SWIG
	tristate
	default y if ALLYES
	select HOST_ZLIB
	select HOST_LIBPCRE
	select HOST_PYTHON	if HOST_SWIG_PYTHON_SUPPORT
	select HOST_PYTHON3	if HOST_SWIG_PYTHON3_SUPPORT
	select HOST_SYSTEM_JDK	if HOST_SWIG_JAVA_SUPPORT

if HOST_SWIG

config HOST_SWIG_JAVA_SUPPORT
	bool

config HOST_SWIG_PYTHON_SUPPORT
	bool

config HOST_SWIG_PYTHON3_SUPPORT
	bool

endif