harfbuzz: security bump to version 1.4.4
[buildroot-gz.git] / package / taskd / Config.in
blob7d26abaae3850f471db7faa7c170f9a90bb7c18f
1 config BR2_PACKAGE_TASKD
2         bool "taskd"
3         depends on BR2_USE_WCHAR # gnutls
4         depends on BR2_USE_MMU # fork()
5         depends on BR2_INSTALL_LIBSTDCPP
6         select BR2_PACKAGE_GNUTLS
7         select BR2_PACKAGE_UTIL_LINUX
8         select BR2_PACKAGE_UTIL_LINUX_LIBUUID
9         help
10           Task management synchronization daemon.
12           http://taskwarrior.org/
14 comment "taskd needs a toolchain w/ C++, wchar"
15         depends on BR2_USE_MMU
16         depends on !BR2_USE_WCHAR || !BR2_INSTALL_LIBSTDCPP