summaryrefslogtreecommitdiffstats
path: root/package/libxml2/Config.in
blob: 3230b2f5496aeef7a3413200a1e021f191b37963 (plain)
1
2
3
4
5
6
7
8
9
10
11
config BR2_PACKAGE_LIBXML2
	tristate "libxml2 - Gnome XML library"
#	default m if CONFIG_DEVEL
	default n
	select BR2_PACKAGE_LIBPTHREAD
	select BR2_PACKAGE_ZLIB
	help
	  A library for manipulating XML and HTML resources.
	  
	  http://xmlsoft.org/