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>
This commit is contained in:
parent
941f60086d
commit
f6d9713122
@ -5,23 +5,22 @@ config BR2_PACKAGE_NEON
|
|||||||
|
|
||||||
http://www.webdav.org/neon/
|
http://www.webdav.org/neon/
|
||||||
|
|
||||||
|
if BR2_PACKAGE_NEON
|
||||||
|
|
||||||
config BR2_PACKAGE_NEON_ZLIB
|
config BR2_PACKAGE_NEON_ZLIB
|
||||||
bool "ZLIB support"
|
bool "ZLIB support"
|
||||||
depends on BR2_PACKAGE_NEON
|
|
||||||
select BR2_PACKAGE_ZLIB
|
select BR2_PACKAGE_ZLIB
|
||||||
help
|
help
|
||||||
build with ZLIB support
|
build with ZLIB support
|
||||||
|
|
||||||
config BR2_PACKAGE_NEON_SSL
|
config BR2_PACKAGE_NEON_SSL
|
||||||
bool "SSL support"
|
bool "SSL support"
|
||||||
depends on BR2_PACKAGE_NEON
|
|
||||||
select BR2_PACKAGE_OPENSSL
|
select BR2_PACKAGE_OPENSSL
|
||||||
help
|
help
|
||||||
build with SSL support
|
build with SSL support
|
||||||
|
|
||||||
choice
|
choice
|
||||||
prompt "XML Support"
|
prompt "XML Support"
|
||||||
depends on BR2_PACKAGE_NEON
|
|
||||||
help
|
help
|
||||||
Select which XML library to use...
|
Select which XML library to use...
|
||||||
none do not build with XML support
|
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
|
libxml2 use libxml2, a library to read, modify and
|
||||||
write XML and HTML files.
|
write XML and HTML files.
|
||||||
endchoice
|
endchoice
|
||||||
|
|
||||||
|
endif
|
||||||
|
Loading…
Reference in New Issue
Block a user