1config BR2_PACKAGE_LIBICAL 2 bool "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 7 help 8 libical is an Open Source (MPL/LGPL) implementation of the 9 IETF's iCalendar Calendaring and Scheduling protocols. 10 11 http://libical.github.io/libical 12 13comment "libical needs a toolchain w/ C++, dynamic library, wchar" 14 depends on !BR2_INSTALL_LIBSTDCPP || !BR2_USE_WCHAR || \ 15 BR2_STATIC_LIBS 16