xref: /OK3568_Linux_fs/buildroot/package/libical/Config.in (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1*4882a593Smuzhiyunconfig BR2_PACKAGE_LIBICAL
2*4882a593Smuzhiyun	bool "libical"
3*4882a593Smuzhiyun	depends on BR2_INSTALL_LIBSTDCPP
4*4882a593Smuzhiyun	depends on !BR2_STATIC_LIBS
5*4882a593Smuzhiyun	depends on BR2_USE_WCHAR
6*4882a593Smuzhiyun	select BR2_TARGET_TZ_INFO
7*4882a593Smuzhiyun	help
8*4882a593Smuzhiyun	  libical is an Open Source (MPL/LGPL) implementation of the
9*4882a593Smuzhiyun	  IETF's iCalendar Calendaring and Scheduling protocols.
10*4882a593Smuzhiyun
11*4882a593Smuzhiyun	  http://libical.github.io/libical
12*4882a593Smuzhiyun
13*4882a593Smuzhiyuncomment "libical needs a toolchain w/ C++, dynamic library, wchar"
14*4882a593Smuzhiyun	depends on !BR2_INSTALL_LIBSTDCPP || !BR2_USE_WCHAR || \
15*4882a593Smuzhiyun		BR2_STATIC_LIBS
16