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