summaryrefslogtreecommitdiff
path: root/package/libxml2/Config.in
blob: 8c252b09d50cffbf353a36e1dfbf653f7ef31223 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
config BR2_PACKAGE_LIBXML2
	bool "libxml2"
	default n
	depends on BR2_USE_WCHAR
	help
	  XML C Parser
	  Requires WCHAR

	  ftp://xmlsoft.org/libxml2

config BR2_PACKAGE_LIBXML2_TARGET_HEADERS
	bool "libxml2 target headers"
	default n
	help
	  XML C Parser
	  Requires WCHAR

	  ftp://xmlsoft.org/libxml2