blob: 5907548bea822af84be3583e0af3754a65e28129 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
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
|