diff options
author | Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be> | 2012-04-17 23:29:30 +0200 |
---|---|---|
committer | Peter Korsgaard <jacmet@sunsite.dk> | 2012-04-19 15:48:02 +0200 |
commit | 5ffe4283f7147a97a403351aab2f5c16fb2f3d68 (patch) | |
tree | 3ee1aadf02029915c22755be7e0369046d87dd4e | |
parent | a33f6dfd50227d2224b987ba99eae57c6c92fc2f (diff) | |
download | buildroot-novena-5ffe4283f7147a97a403351aab2f5c16fb2f3d68.tar.gz buildroot-novena-5ffe4283f7147a97a403351aab2f5c16fb2f3d68.zip |
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) <arnout@mind.be>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
-rw-r--r-- | package/neon/Config.in | 4 |
1 files changed, 1 insertions, 3 deletions
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" |