From 5ffe4283f7147a97a403351aab2f5c16fb2f3d68 Mon Sep 17 00:00:00 2001 From: "Arnout Vandecappelle (Essensium/Mind)" Date: Tue, 17 Apr 2012 23:29:30 +0200 Subject: neon: fix help text for BR2_PACKAGE_NEON_NOXML Commit 4fbff28b removed the 'depends on' statements for the XML choice. Therefore, the expat and libxml2 options are always available. Remove the cryptic part of help text that tells you to select something if it is not available. Signed-off-by: Arnout Vandecappelle (Essensium/Mind) Signed-off-by: Peter Korsgaard --- package/neon/Config.in | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'package/neon') diff --git a/package/neon/Config.in b/package/neon/Config.in index 92af8da91..f972dbbd0 100644 --- a/package/neon/Config.in +++ b/package/neon/Config.in @@ -31,9 +31,7 @@ choice config BR2_PACKAGE_NEON_NOXML bool "none" help - none don't use XML, if this is the only option - and you want XML support, you must choose - XML handling below. + none do not build with XML support config BR2_PACKAGE_NEON_EXPAT bool "expat" -- cgit v1.2.3