summaryrefslogtreecommitdiffstats
path: root/package/taskd/Config.in
diff options
context:
space:
mode:
Diffstat (limited to 'package/taskd/Config.in')
-rw-r--r--package/taskd/Config.in15
1 files changed, 15 insertions, 0 deletions
diff --git a/package/taskd/Config.in b/package/taskd/Config.in
new file mode 100644
index 0000000000..28361612e4
--- /dev/null
+++ b/package/taskd/Config.in
@@ -0,0 +1,15 @@
+config BR2_PACKAGE_TASKD
+ bool "taskd"
+ depends on BR2_USE_WCHAR # gnutls, util-linux
+ depends on BR2_USE_MMU # fork()
+ select BR2_PACKAGE_GNUTLS
+ select BR2_PACKAGE_UTIL_LINUX
+ select BR2_PACKAGE_UTIL_LINUX_LIBUUID
+ help
+ Task management synchronization daemon.
+
+ http://taskwarrior.org/
+
+comment "taskd needs a toolchain w/ wchar"
+ depends on BR2_USE_MMU
+ depends on !BR2_USE_WCHAR
OpenPOWER on IntegriCloud