[Buildroot] [git commit] neon: default to xml support if dependencies are available

Peter Korsgaard jacmet at sunsite.dk
Tue Oct 11 07:55:31 UTC 2011


commit: http://git.buildroot.net/buildroot/commit/?id=da653dd4ea233aeaf314f8784c5312b6472a2a2a
branch: http://git.buildroot.net/buildroot/commit/?id=refs/heads/master

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

Signed-off-by: Peter Korsgaard <jacmet at sunsite.dk>
---
 package/neon/Config.in |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/package/neon/Config.in b/package/neon/Config.in
index 5ebd64d..53cc8f5 100644
--- a/package/neon/Config.in
+++ b/package/neon/Config.in
@@ -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...


More information about the buildroot mailing list