Config.in 645 B

123456789101112131415161718192021
  1. config BR2_PACKAGE_LIBXSLT
  2. bool "libxslt"
  3. default n
  4. depends BR2_PACKAGE_PKGCONFIG
  5. help
  6. Install the xslt library which is used
  7. to transform XML files to other XML files.
  8. XSLT is designed for use as part of XSL,
  9. which is a stylesheet language for XML.
  10. In addition to XSLT, XSL includes an XML vocabulary
  11. for specifying formatting.
  12. XSL specifies the styling of an XML document by using XSLT
  13. to describe how the document is transformed into another
  14. XML document that uses the formatting vocabulary.
  15. http://www.w3.org/TR/xslt
  16. comment "libxslt - disabled (requires pkgconfig)"
  17. depends !BR2_PACKAGE_PKGCONFIG