enabled when DEVELOPER=1
[openwrt.git] / openwrt / package / libxml2 / Config.in
1 config BR2_PACKAGE_LIBXML2
2         tristate "libxml2 - Gnome XML library"
3         default m if CONFIG_DEVEL
4         select BR2_PACKAGE_LIBPTHREAD
5         select BR2_PACKAGE_ZLIB
6         help
7           A library for manipulating XML and HTML resources.
8           
9           http://xmlsoft.org/
10