e34521b47e
There's not much point in using depends instead of select for pkgconfig as it's a host tool, E.G. it doesn't add anything to the rootfs. At the same time, strip Config.in of trailing spaces.
19 lines
557 B
Plaintext
19 lines
557 B
Plaintext
config BR2_PACKAGE_LIBXSLT
|
|
bool "libxslt"
|
|
default n
|
|
select BR2_PACKAGE_PKGCONFIG
|
|
help
|
|
Install the xslt library which is used
|
|
to transform XML files to other XML files.
|
|
|
|
XSLT is designed for use as part of XSL,
|
|
which is a stylesheet language for XML.
|
|
In addition to XSLT, XSL includes an XML vocabulary
|
|
for specifying formatting.
|
|
XSL specifies the styling of an XML document by using XSLT
|
|
to describe how the document is transformed into another
|
|
XML document that uses the formatting vocabulary.
|
|
|
|
http://www.w3.org/TR/xslt
|
|
|