summaryrefslogtreecommitdiff
path: root/package/libxml2/Config.in
blob: 0e383d68277a144b56be81a1eae9cb081e151df8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
config BR2_PACKAGE_LIBXML2
	bool "libxml2"
	default n
	help
	  XML C Parser
	  ftp://xmlsoft.org/libxml2

config BR2_PACKAGE_LIBXML2_TARGET_HEADERS
	bool "libxml2 target headers"
	default n
	depends on BR2_PACKAGE_LIBXML2
	help
	  XML C Parser
	  ftp://xmlsoft.org/libxml2