summaryrefslogtreecommitdiff
path: root/package/efl/libedbus/Config.in
diff options
context:
space:
mode:
Diffstat (limited to 'package/efl/libedbus/Config.in')
-rw-r--r--package/efl/libedbus/Config.in4
1 files changed, 4 insertions, 0 deletions
diff --git a/package/efl/libedbus/Config.in b/package/efl/libedbus/Config.in
index 0914b37a9..985939edc 100644
--- a/package/efl/libedbus/Config.in
+++ b/package/efl/libedbus/Config.in
@@ -3,6 +3,7 @@ config BR2_PACKAGE_LIBEDBUS
select BR2_PACKAGE_LIBEINA
select BR2_PACKAGE_LIBECORE
select BR2_PACKAGE_DBUS
+ depends on BR2_TOOLCHAIN_HAS_THREADS # dbus
help
E_Dbus is a set of wrappers around D-Bus APIs so they can be
easily used by EFL applications, automatically providing
@@ -30,3 +31,6 @@ config BR2_PACKAGE_LIBEDBUS_NOTIFY
Notify support.
endif
+
+comment "libedbus requires a toolchain with thread support"
+ depends on !BR2_TOOLCHAIN_HAS_THREADS