add libxslt package
[openwrt/svn-archive/archive.git] / openwrt / package / libxslt / Config.in
1 config BR2_PACKAGE_LIBXSLT
2 tristate "libxslt - Gnome XSLT library"
3 # default m if CONFIG_DEVEL
4 default n
5 select BR2_PACKAGE_LIBXML2
6 help
7 A library for XML transformation using XSLT.
8
9 http://xmlsoft.org/XSLT/
10