summaryrefslogtreecommitdiffstats
path: root/package/taskd
diff options
context:
space:
mode:
Diffstat (limited to 'package/taskd')
-rw-r--r--package/taskd/Config.in6
1 files changed, 4 insertions, 2 deletions
diff --git a/package/taskd/Config.in b/package/taskd/Config.in
index 7d26abaae3..19d123fb59 100644
--- a/package/taskd/Config.in
+++ b/package/taskd/Config.in
@@ -1,5 +1,6 @@
config BR2_PACKAGE_TASKD
bool "taskd"
+ depends on !BR2_STATIC_LIBS # gnutls
depends on BR2_USE_WCHAR # gnutls
depends on BR2_USE_MMU # fork()
depends on BR2_INSTALL_LIBSTDCPP
@@ -11,6 +12,7 @@ config BR2_PACKAGE_TASKD
http://taskwarrior.org/
-comment "taskd needs a toolchain w/ C++, wchar"
+comment "taskd needs a toolchain w/ C++, wchar, dynamic library"
depends on BR2_USE_MMU
- depends on !BR2_USE_WCHAR || !BR2_INSTALL_LIBSTDCPP
+ depends on !BR2_USE_WCHAR || !BR2_INSTALL_LIBSTDCPP || \
+ BR2_STATIC_LIBS
OpenPOWER on IntegriCloud