2016-03-10 03:38:40 +01:00
|
|
|
config BR2_PACKAGE_TASKD
|
|
|
|
bool "taskd"
|
|
|
|
depends on BR2_USE_WCHAR # gnutls, util-linux
|
|
|
|
depends on BR2_USE_MMU # fork()
|
2016-03-14 00:00:06 +01:00
|
|
|
depends on BR2_INSTALL_LIBSTDCPP
|
2016-03-10 03:38:40 +01:00
|
|
|
select BR2_PACKAGE_GNUTLS
|
|
|
|
select BR2_PACKAGE_UTIL_LINUX
|
|
|
|
select BR2_PACKAGE_UTIL_LINUX_LIBUUID
|
|
|
|
help
|
|
|
|
Task management synchronization daemon.
|
|
|
|
|
|
|
|
http://taskwarrior.org/
|
|
|
|
|
2016-03-14 00:00:06 +01:00
|
|
|
comment "taskd needs a toolchain w/ C++, wchar"
|
2016-03-10 03:38:40 +01:00
|
|
|
depends on BR2_USE_MMU
|
2016-03-14 00:00:06 +01:00
|
|
|
depends on !BR2_USE_WCHAR || !BR2_INSTALL_LIBSTDCPP
|