blob: c0ec6cd8fa941dbef355985d89d9c160e55cc39f (
plain)
1
2
3
4
5
6
7
8
9
|
config BR2_PACKAGE_LIBXSLT
tristate "libxslt - Gnome XSLT library"
default m if CONFIG_DEVEL
select BR2_PACKAGE_LIBXML2
help
A library for XML transformation using XSLT.
http://xmlsoft.org/XSLT/
|