cae6aa9a41
[Peter: small Config.in tweaks] Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com> Reviewed-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
12 lines
357 B
Plaintext
12 lines
357 B
Plaintext
config BR2_PACKAGE_LIBICAL
|
|
bool "libical"
|
|
depends on BR2_USE_WCHAR
|
|
help
|
|
libical is an Open Source (MPL/LGPL) implementation of the IETF's
|
|
iCalendar Calendaring and Scheduling protocols.
|
|
|
|
http://www.citadel.org/doku.php/documentation:featured_projects:libical
|
|
|
|
comment "libical requires a toolchain with WCHAR support"
|
|
depends on !BR2_USE_WCHAR
|