Config.in 466 B

123456789101112131415
  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
  9. IETF's iCalendar Calendaring and Scheduling protocols.
  10. http://libical.github.io/libical
  11. comment "libical needs a toolchain w/ C++, dynamic library, wchar"
  12. depends on !BR2_INSTALL_LIBSTDCPP || !BR2_USE_WCHAR || \
  13. BR2_STATIC_LIBS