2012-01-31 10:21:38 +01:00
|
|
|
config BR2_PACKAGE_LIBICAL
|
|
|
|
bool "libical"
|
2015-05-02 11:15:04 +02:00
|
|
|
depends on BR2_INSTALL_LIBSTDCPP
|
|
|
|
depends on !BR2_STATIC_LIBS
|
2012-01-31 10:21:38 +01:00
|
|
|
depends on BR2_USE_WCHAR
|
|
|
|
help
|
|
|
|
libical is an Open Source (MPL/LGPL) implementation of the IETF's
|
|
|
|
iCalendar Calendaring and Scheduling protocols.
|
|
|
|
|
2015-05-02 11:15:04 +02:00
|
|
|
http://libical.github.io/libical
|
2012-01-31 10:21:38 +01:00
|
|
|
|
2015-05-02 11:15:04 +02:00
|
|
|
comment "libical needs a toolchain w/ C++, dynamic library, wchar"
|
|
|
|
depends on !BR2_INSTALL_LIBSTDCPP || !BR2_USE_WCHAR || \
|
|
|
|
BR2_STATIC_LIBS
|