summaryrefslogtreecommitdiffstats
path: root/rules/host-libxslt.in
diff options
context:
space:
mode:
authorMarc Kleine-Budde <mkl@pengutronix.de>2008-06-04 22:22:02 +0000
committerMarc Kleine-Budde <mkl@pengutronix.de>2008-06-04 22:22:02 +0000
commitb20aebfdd8615be1d9c99c80e71737dfb388c041 (patch)
tree698c9a9849af1192430a4f321ad459d30b3b7724 /rules/host-libxslt.in
parent482998b38a2cf9ebbf84d2d469a5444b46e7c420 (diff)
downloadptxdist-b20aebfdd8615be1d9c99c80e71737dfb388c041.tar.gz
ptxdist-b20aebfdd8615be1d9c99c80e71737dfb388c041.tar.xz
* host-libxslt.in:
removed dep, especially FOR MOL git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-trunk@8351 33e552b5-05e3-0310-8538-816dae2090ed
Diffstat (limited to 'rules/host-libxslt.in')
-rw-r--r--rules/host-libxslt.in56
1 files changed, 0 insertions, 56 deletions
diff --git a/rules/host-libxslt.in b/rules/host-libxslt.in
index 478957332..036628c9c 100644
--- a/rules/host-libxslt.in
+++ b/rules/host-libxslt.in
@@ -5,65 +5,9 @@
config HOST_LIBXSLT
bool
select HOST_LIBXML2
- select HOST_LIBXML2_OUTPUT
- select HOST_LIBXML2_XINCLUDE
- select HOST_LIBXML2_XPTR
- select HOST_LIBXML2_DOM
- select HOST_LIBXML2_HTML
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.
-