summaryrefslogtreecommitdiff
path: root/package/neon
diff options
context:
space:
mode:
authorThomas Petazzoni <thomas.petazzoni@free-electrons.com>2013-08-27 19:08:03 +0200
committerPeter Korsgaard <jacmet@sunsite.dk>2013-08-28 00:23:37 +0200
commitf6d97131220bc3bc4b604af4ee8a79fc7e8cab73 (patch)
tree4768cfa10b47bbd16a674644cf298709432369a4 /package/neon
parent941f60086d16ebcea062f723240be6667fdbb0a0 (diff)
neon: factorize 'depends on BR2_PACKAGE_NEON'
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'package/neon')
-rw-r--r--package/neon/Config.in7
1 files changed, 4 insertions, 3 deletions
diff --git a/package/neon/Config.in b/package/neon/Config.in
index f972dbbd0..54b51c8ff 100644
--- a/package/neon/Config.in
+++ b/package/neon/Config.in
@@ -5,23 +5,22 @@ config BR2_PACKAGE_NEON
http://www.webdav.org/neon/
+if BR2_PACKAGE_NEON
+
config BR2_PACKAGE_NEON_ZLIB
bool "ZLIB support"
- depends on BR2_PACKAGE_NEON
select BR2_PACKAGE_ZLIB
help
build with ZLIB support
config BR2_PACKAGE_NEON_SSL
bool "SSL support"
- depends on BR2_PACKAGE_NEON
select BR2_PACKAGE_OPENSSL
help
build with SSL support
choice
prompt "XML Support"
- depends on BR2_PACKAGE_NEON
help
Select which XML library to use...
none do not build with XML support
@@ -46,3 +45,5 @@ config BR2_PACKAGE_NEON_LIBXML2
libxml2 use libxml2, a library to read, modify and
write XML and HTML files.
endchoice
+
+endif