Config.in 519 B

123456789101112131415161718
  1. config BR2_PACKAGE_TASKD
  2. bool "taskd"
  3. depends on !BR2_STATIC_LIBS # gnutls
  4. depends on BR2_USE_WCHAR # gnutls
  5. depends on BR2_USE_MMU # fork()
  6. depends on BR2_INSTALL_LIBSTDCPP
  7. select BR2_PACKAGE_GNUTLS
  8. select BR2_PACKAGE_UTIL_LINUX
  9. select BR2_PACKAGE_UTIL_LINUX_LIBUUID
  10. help
  11. Task management synchronization daemon.
  12. http://taskwarrior.org/
  13. comment "taskd needs a toolchain w/ C++, wchar, dynamic library"
  14. depends on BR2_USE_MMU
  15. depends on !BR2_USE_WCHAR || !BR2_INSTALL_LIBSTDCPP || \
  16. BR2_STATIC_LIBS