summaryrefslogtreecommitdiffstats
path: root/rules/libxslt.in
diff options
context:
space:
mode:
authorRobert Schwebel <r.schwebel@pengutronix.de>2005-09-07 16:12:05 +0000
committerRobert Schwebel <r.schwebel@pengutronix.de>2005-09-07 16:12:05 +0000
commitb1ee429b2f2c1354488203554a9439fa51567fde (patch)
tree2ab492188a604c9f7cfc97d8f32f8f16c99b879d /rules/libxslt.in
parent6ebb8278b2cc45a7ad689234cbb5a1eadcfbded2 (diff)
downloadptxdist-b1ee429b2f2c1354488203554a9439fa51567fde.tar.gz
ptxdist-b1ee429b2f2c1354488203554a9439fa51567fde.tar.xz
added more options for libxslt
git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-0.7-trunk@3091 33e552b5-05e3-0310-8538-816dae2090ed
Diffstat (limited to 'rules/libxslt.in')
-rw-r--r--rules/libxslt.in27
1 files changed, 27 insertions, 0 deletions
diff --git a/rules/libxslt.in b/rules/libxslt.in
index 1b3cbec08..4ab18e524 100644
--- a/rules/libxslt.in
+++ b/rules/libxslt.in
@@ -37,3 +37,30 @@ config LIBXSLT_DEBUG
default n
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"
+ default N
+ depends on LIBXSLT
+ select LIBXSLT_LIBEXSLT
+ select LIBXSLT_LIBXSLT
+ select LIBXML2
+ help
+ xsltproc is an XML stylesheet processor. See
+ http://xmlsoft.org/XSLT for details.
+