Commit da653dd4 authored by Peter Korsgaard's avatar Peter Korsgaard
Browse files

neon: default to xml support if dependencies are available



Use expat support if expat package is enabled, libxml2 if enabled and
otherwise noxml.

Signed-off-by: default avatarPeter Korsgaard <jacmet@sunsite.dk>
parent 66e09abc
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -21,7 +21,6 @@ config BR2_PACKAGE_NEON_SSL

choice
	prompt "XML Support"
	default BR2_PACKAGE_NEON_NOXML
	depends on BR2_PACKAGE_NEON
	help
	  Select which XML library to use...