mirror of
https://github.com/godotengine/buildroot.git
synced 2026-01-06 18:09:44 +03:00
* Refined building of neon options
- Added support to build with or without zlib support
This commit is contained 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
|
||||
|
||||
Reference in New Issue
Block a user