summaryrefslogtreecommitdiffstats
path: root/rules/libxslt.in
diff options
context:
space:
mode:
authorBjoern Buerger <b.buerger@pengutronix.de>2005-07-13 14:11:23 +0000
committerBjoern Buerger <b.buerger@pengutronix.de>2005-07-13 14:11:23 +0000
commit7e03d8b38cec0c96cb663c05f3d77f54f22f8e4f (patch)
tree6549bc38c42d81c81341221dae77db4542e13659 /rules/libxslt.in
parent3efedb604eaffc115936b217831d2e8abdb56d50 (diff)
downloadptxdist-7e03d8b38cec0c96cb663c05f3d77f54f22f8e4f.tar.gz
ptxdist-7e03d8b38cec0c96cb663c05f3d77f54f22f8e4f.tar.xz
added missing configure options
git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-0.7-trunk@2931 33e552b5-05e3-0310-8538-816dae2090ed
Diffstat (limited to 'rules/libxslt.in')
-rw-r--r--rules/libxslt.in24
1 files changed, 24 insertions, 0 deletions
diff --git a/rules/libxslt.in b/rules/libxslt.in
index 446002103..1b3cbec08 100644
--- a/rules/libxslt.in
+++ b/rules/libxslt.in
@@ -13,3 +13,27 @@ menuconfig LIBXSLT
http://xmlsoft.org/XSLT/
+
+# ----- Compile Options
+
+comment "Compile Options"
+ depends on LIBXSLT
+
+config LIBXSLT_CRYPTO
+ bool
+ prompt "Add crypto support to exslt"
+ default n
+ depends on LIBXSLT
+
+config LIBXSLT_PLUGINS
+ bool
+ prompt "Add plugin extension support "
+ default y
+ depends on LIBXSLT
+
+config LIBXSLT_DEBUG
+ bool
+ prompt "Add the debugging support"
+ default n
+ depends on LIBXSLT
+