# # LibXSLT - Options updated as of 1.1.14 # menuconfig LIBXSLT bool prompt "libxslt " default N 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" 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 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" default N 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.