# # LibXSLT - Options updated as of 1.1.14 # menuconfig LIBXSLT bool prompt "libxslt " select LIBXML2 help LibXSLT is a generic XSLT implementation. For details see the project homepage: http://xmlsoft.org/XSLT/ # ----- 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 help xsltproc is an XML stylesheet processor. See http://xmlsoft.org/XSLT for details.