1 config BR2_PACKAGE_LIBICAL
3 depends on BR2_INSTALL_LIBSTDCPP
4 depends on !BR2_STATIC_LIBS
5 depends on BR2_USE_WCHAR
6 select BR2_TARGET_TZ_INFO
8 libical is an Open Source (MPL/LGPL) implementation of the IETF's
9 iCalendar Calendaring and Scheduling protocols.
11 http://libical.github.io/libical
13 comment "libical needs a toolchain w/ C++, dynamic library, wchar"
14 depends on !BR2_INSTALL_LIBSTDCPP || !BR2_USE_WCHAR || \