summaryrefslogtreecommitdiffstats
path: root/rules/libxslt.in
diff options
context:
space:
mode:
authorMarc Kleine-Budde <mkl@pengutronix.de>2010-01-09 16:32:12 +0100
committerMarc Kleine-Budde <mkl@pengutronix.de>2010-01-10 02:20:11 +0100
commit293d99e20167f756b777202122c24542b5e1cb0f (patch)
tree1bf22f326913ef09561cc7768b314d1fd8c04d26 /rules/libxslt.in
parent957cc8322caecefb22beec3e710456f957f4b0fd (diff)
downloadptxdist-293d99e20167f756b777202122c24542b5e1cb0f.tar.gz
ptxdist-293d99e20167f756b777202122c24542b5e1cb0f.tar.xz
[libxslt] just cleanups
Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>
Diffstat (limited to 'rules/libxslt.in')
-rw-r--r--rules/libxslt.in8
1 files changed, 2 insertions, 6 deletions
diff --git a/rules/libxslt.in b/rules/libxslt.in
index 0361c002d..b2f26d0c8 100644
--- a/rules/libxslt.in
+++ b/rules/libxslt.in
@@ -1,7 +1,4 @@
## SECTION=system_libraries
-#
-# LibXSLT - Options updated as of 1.1.14
-#
menuconfig LIBXSLT
tristate
@@ -42,19 +39,18 @@ comment "Install Components"
config LIBXSLT_LIBXSLT
bool
prompt "libxslt"
- default y if LIBXSLT
+ default y
config LIBXSLT_LIBEXSLT
bool
prompt "libexslt"
- default y if LIBXSLT
+ default y
config LIBXSLT_XSLTPROC
bool
prompt "xsltproc"
select LIBXSLT_LIBEXSLT
select LIBXSLT_LIBXSLT
- select LIBXML2
help
xsltproc is an XML stylesheet processor. See
http://xmlsoft.org/XSLT for details.