diff options
author | Nigel Kukard <nkukard@lbsd.net> | 2008-12-31 18:22:43 +0000 |
---|---|---|
committer | Nigel Kukard <nkukard@lbsd.net> | 2008-12-31 18:22:43 +0000 |
commit | cc6562ff839502a65a3b202ffe7fa3c67bae0856 (patch) | |
tree | 99d671023759162e413ef9154759d029e601245b /package/neon/Config.in | |
parent | a36ca7a8c5ebc54fee2672b8e0c378c03089daa7 (diff) |
* Refined building of neon options
- Added support to build with or without zlib support
Diffstat (limited to 'package/neon/Config.in')
-rw-r--r-- | package/neon/Config.in | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/package/neon/Config.in b/package/neon/Config.in index 1ffb61a35..e9050742b 100644 --- a/package/neon/Config.in +++ b/package/neon/Config.in @@ -6,6 +6,13 @@ config BR2_PACKAGE_NEON http://www.webdav.org/neon/ +config BR2_PACKAGE_NEON_ZLIB + bool "ZLIB support" + depends on BR2_PACKAGE_NEON + select BR2_PACKAGE_ZLIB + help + build with ZLIB support + choice prompt "XML Support" default BR2_PACKAGE_NEON_NOXML |