From 17df9f2c792259af0074adf384745903c2b972a4 Mon Sep 17 00:00:00 2001 From: Henning Steffen Date: Wed, 4 Jun 2008 13:05:24 +0000 Subject: * change bool to tristate .in Files from H to M git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-trunk@8312 33e552b5-05e3-0310-8538-816dae2090ed --- rules/libxslt.in | 15 ++++----------- 1 file changed, 4 insertions(+), 11 deletions(-) (limited to 'rules/libxslt.in') diff --git a/rules/libxslt.in b/rules/libxslt.in index 33797a4c8..bda06762e 100644 --- a/rules/libxslt.in +++ b/rules/libxslt.in @@ -3,8 +3,8 @@ # menuconfig LIBXSLT - bool - prompt "libxslt " + tristate + prompt "libxslt " select LIBXML2 select LIBXML2_OUTPUT select LIBXML2_XINCLUDE @@ -17,48 +17,40 @@ menuconfig LIBXSLT http://xmlsoft.org/XSLT/ - +if LIBXSLT # ----- Compile Options comment "Compile Options" - depends on LIBXSLT config LIBXSLT_CRYPTO bool prompt "Add crypto support to exslt" - depends on LIBXSLT depends on BROKEN config LIBXSLT_PLUGINS bool prompt "Add plugin extension support " default y - depends on LIBXSLT config LIBXSLT_DEBUG bool prompt "Add the debugging support" - 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" - depends on LIBXSLT select LIBXSLT_LIBEXSLT select LIBXSLT_LIBXSLT select LIBXML2 @@ -66,3 +58,4 @@ config LIBXSLT_XSLTPROC xsltproc is an XML stylesheet processor. See http://xmlsoft.org/XSLT for details. +endif -- cgit v1.2.3