summaryrefslogtreecommitdiff
path: root/package/wayland
diff options
context:
space:
mode:
authorGustavo Zacarias <gustavo@zacarias.com.ar>2013-08-12 14:34:37 -0300
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2013-08-13 10:20:21 +0200
commit038227a9552a402f55b559b770e2ba9c0f3e0ec7 (patch)
tree52bb7b39a6ad72311ca2c13d8e49f5164a827a94 /package/wayland
parent4c5b04f009e8182d6bb2313a39abf75a9128ec6f (diff)
wayland: needs threads
Fixes: http://autobuild.buildroot.net/results/383/383c6ac297250f87db9d03afa38d45b2c1adcb47/ Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/wayland')
-rw-r--r--package/wayland/Config.in4
1 files changed, 4 insertions, 0 deletions
diff --git a/package/wayland/Config.in b/package/wayland/Config.in
index e5d26493e..591e0f08f 100644
--- a/package/wayland/Config.in
+++ b/package/wayland/Config.in
@@ -1,5 +1,6 @@
config BR2_PACKAGE_WAYLAND
bool "wayland"
+ depends on BR2_TOOLCHAIN_HAS_THREADS
select BR2_PACKAGE_LIBFFI
select BR2_PACKAGE_EXPAT
help
@@ -8,3 +9,6 @@ config BR2_PACKAGE_WAYLAND
of the protocol.
http://wayland.freedesktop.org/
+
+comment "wayland requires a toolchain with thread support"
+ depends on !BR2_TOOLCHAIN_HAS_THREADS