2012-01-31 10:21:38 +01:00
|
|
|
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
|
|
|
|
|
2013-10-13 16:55:32 +02:00
|
|
|
comment "libical needs a toolchain w/ wchar"
|
2012-01-31 10:21:38 +01:00
|
|
|
depends on !BR2_USE_WCHAR
|