summaryrefslogtreecommitdiffstats
path: root/rules/host-libxslt.in
blob: 76de4ff7876f0d76b2e461fb3807a9e5cced17f7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
#
# LibXSLT - Options updated as of 1.1.14
#

menuconfig HOST_LIBXSLT
	bool
	prompt "libxslt                     "
	select HOST_LIBXML2
	help
	  LibXSLT is a generic XSLT implementation. For details see the
	  project homepage:

		http://xmlsoft.org/XSLT/


# ----- Compile Options

comment "Compile Options"
	depends on HOST_LIBXSLT

config HOST_LIBXSLT_CRYPTO
	bool
	prompt "Add crypto support to exslt"
	depends on HOST_LIBXSLT
	depends on BROKEN

config HOST_LIBXSLT_PLUGINS
	bool
	prompt "Add plugin extension support "
	default y
	depends on HOST_LIBXSLT

config HOST_LIBXSLT_DEBUG
	bool
	prompt "Add the debugging support"
	depends on HOST_LIBXSLT

comment "Install Components"
	depends on HOST_LIBXSLT

config HOST_LIBXSLT_LIBXSLT
	bool
	prompt "libxslt"
	default y if HOST_LIBXSLT
	depends on HOST_LIBXSLT

config HOST_LIBXSLT_LIBEXSLT
	bool
	prompt "libexslt"
	default y if HOST_LIBXSLT
	depends on HOST_LIBXSLT
	help
	  EXSLT is a community initiative to provide extensions to XSLT.

config HOST_LIBXSLT_XSLTPROC
	bool
	prompt "xsltproc"
	depends on HOST_LIBXSLT
	select HOST_LIBXSLT_LIBEXSLT
	select HOST_LIBXSLT_LIBXSLT
	select HOST_LIBXML2
	help
	  xsltproc is an XML stylesheet processor. See
	  http://xmlsoft.org/XSLT for details.