77754571b2
The host versions shouldn't be visible in Kconfig, so remove the reference to BR2_PACKAGE_PKGCONFIG everywhere and prefix the host targets with host-. At the same time add pkgconfig for the target (E.G. for development) and let BR2_PACKAGE_PKGCONFIG control that package. Notice: all defconfigs in the tree have been updated, but make sure to disable the pkgconfig package (unless you want it) if you use an external config, otherwise you'll end up with pkgconfig and glib2 in the target.
17 lines
516 B
Plaintext
17 lines
516 B
Plaintext
config BR2_PACKAGE_LIBXSLT
|
|
bool "libxslt"
|
|
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
|
|
|