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: Peter Korsgaard <jacmet@sunsite.dk>
This commit is contained in:
Peter Korsgaard 2011-10-11 09:54:17 +02:00
parent 66e09abc57
commit da653dd4ea

View File

@ -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...