libamcodec: fix build with musl
[buildroot-gz.git] / package / taskd / Config.in
blob7a9a136034a880fde153289450d845af24412b40
1 config BR2_PACKAGE_TASKD
2         bool "taskd"
3         depends on BR2_USE_WCHAR # gnutls, util-linux
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