tcpreplay: Bump version to v4.2.0
[buildroot-gz.git] / package / libical / Config.in
blob3220d5bee14aebc32d1357e266b47317fdedba7d
1 config 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 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 || \
15                 BR2_STATIC_LIBS