blob: 9bb63c3d0b06cd9ae00ab3171c3c11a9b82f52cf (
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 needs a toolchain w/ wchar"
depends on !BR2_USE_WCHAR
|