1config 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 13 http://taskwarrior.org/ 14 15comment "taskd needs a toolchain w/ C++, wchar, dynamic library" 16 depends on BR2_USE_MMU 17 depends on !BR2_USE_WCHAR || !BR2_INSTALL_LIBSTDCPP || \ 18 BR2_STATIC_LIBS 19