mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-06 08:41:53 +02:00
11 lines
225 B
Plaintext
11 lines
225 B
Plaintext
|
config BR2_PACKAGE_LIBXSLT
|
||
|
tristate "libxslt - Gnome XSLT library"
|
||
|
# default m if CONFIG_DEVEL
|
||
|
default n
|
||
|
select BR2_PACKAGE_LIBXML2
|
||
|
help
|
||
|
A library for XML transformation using XSLT.
|
||
|
|
||
|
http://xmlsoft.org/XSLT/
|
||
|
|