summaryrefslogtreecommitdiffstats
path: root/rules/libxslt.in
diff options
context:
space:
mode:
authorMarc Kleine-Budde <mkl@pengutronix.de>2010-01-09 16:28:55 +0100
committerMarc Kleine-Budde <mkl@pengutronix.de>2010-01-10 02:16:54 +0100
commit872b11c699bf88a0375f02d111884f9da0a2b40f (patch)
tree5174c1ffbd61c2f6b95dd746cab004ee8f33c513 /rules/libxslt.in
parentba2b80c54b1599f9f5ddf2f32fb238c8087f4a9c (diff)
downloadptxdist-872b11c699bf88a0375f02d111884f9da0a2b40f.tar.gz
ptxdist-872b11c699bf88a0375f02d111884f9da0a2b40f.tar.xz
[libxslt] unbreak xslt cypto support
it works now as we've libgcrypt now Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>
Diffstat (limited to 'rules/libxslt.in')
-rw-r--r--rules/libxslt.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/rules/libxslt.in b/rules/libxslt.in
index d10d7ea49..0361c002d 100644
--- a/rules/libxslt.in
+++ b/rules/libxslt.in
@@ -12,6 +12,7 @@ menuconfig LIBXSLT
select LIBXML2_XPTR
select LIBXML2_DOM
select LIBXML2_HTML
+ select LIBGCRYPT if LIBXSLT_CRYPTO
help
LibXSLT is a generic XSLT implementation. For details see the
project homepage:
@@ -26,7 +27,6 @@ comment "Compile Options"
config LIBXSLT_CRYPTO
bool
prompt "Add crypto support to exslt"
- depends on BROKEN
config LIBXSLT_PLUGINS
bool