summaryrefslogtreecommitdiffstats
path: root/rules/libxslt.in
diff options
context:
space:
mode:
authorHenning Steffen <h.steffen@pengutronix.de>2008-06-04 13:05:24 +0000
committerHenning Steffen <h.steffen@pengutronix.de>2008-06-04 13:05:24 +0000
commit17df9f2c792259af0074adf384745903c2b972a4 (patch)
tree9b233de816eef1a7b52ba2735962f7b559d66406 /rules/libxslt.in
parente77d46edfa498ea6b9e482eed2f9a4783fb8d66d (diff)
downloadptxdist-17df9f2c792259af0074adf384745903c2b972a4.tar.gz
ptxdist-17df9f2c792259af0074adf384745903c2b972a4.tar.xz
* change bool to tristate .in Files from H to M
git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-trunk@8312 33e552b5-05e3-0310-8538-816dae2090ed
Diffstat (limited to 'rules/libxslt.in')
-rw-r--r--rules/libxslt.in15
1 files changed, 4 insertions, 11 deletions
diff --git a/rules/libxslt.in b/rules/libxslt.in
index 33797a4c8..bda06762e 100644
--- a/rules/libxslt.in
+++ b/rules/libxslt.in
@@ -3,8 +3,8 @@
#
menuconfig LIBXSLT
- bool
- prompt "libxslt "
+ tristate
+ prompt "libxslt "
select LIBXML2
select LIBXML2_OUTPUT
select LIBXML2_XINCLUDE
@@ -17,48 +17,40 @@ menuconfig LIBXSLT
http://xmlsoft.org/XSLT/
-
+if LIBXSLT
# ----- Compile Options
comment "Compile Options"
- depends on LIBXSLT
config LIBXSLT_CRYPTO
bool
prompt "Add crypto support to exslt"
- depends on LIBXSLT
depends on BROKEN
config LIBXSLT_PLUGINS
bool
prompt "Add plugin extension support "
default y
- depends on LIBXSLT
config LIBXSLT_DEBUG
bool
prompt "Add the debugging support"
- depends on LIBXSLT
comment "Install Components"
- depends on LIBXSLT
config LIBXSLT_LIBXSLT
bool
prompt "libxslt"
default y if LIBXSLT
- depends on LIBXSLT
config LIBXSLT_LIBEXSLT
bool
prompt "libexslt"
default y if LIBXSLT
- depends on LIBXSLT
config LIBXSLT_XSLTPROC
bool
prompt "xsltproc"
- depends on LIBXSLT
select LIBXSLT_LIBEXSLT
select LIBXSLT_LIBXSLT
select LIBXML2
@@ -66,3 +58,4 @@ config LIBXSLT_XSLTPROC
xsltproc is an XML stylesheet processor. See
http://xmlsoft.org/XSLT for details.
+endif