wayland: needs threads
authorGustavo Zacarias <gustavo@zacarias.com.ar>
Mon, 12 Aug 2013 17:34:37 +0000 (14:34 -0300)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Tue, 13 Aug 2013 08:20:21 +0000 (10:20 +0200)
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>
package/multimedia/gst1-plugins-bad/Config.in
package/wayland/Config.in
package/weston/Config.in

index 878bf53991fe44ba694154cf30f1c3a5159c5202..f30f2b395ef1117e0329fdba53d6fde84055c233 100644 (file)
@@ -355,6 +355,7 @@ config BR2_PACKAGE_GST1_PLUGINS_BAD_PLUGIN_DIRECTFB
 
 config BR2_PACKAGE_GST1_PLUGINS_BAD_PLUGIN_WAYLAND
        bool "wayland"
+       depends on BR2_TOOLCHAIN_HAS_THREADS # wayland
        select BR2_PACKAGE_WAYLAND
        help
          Wayland Video Sink
index e5d26493e14b049e6793d5a33ded95096fa700d5..591e0f08f7b0ba568b190323463060ddf914eb99 100644 (file)
@@ -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
index 8871ce56d1974fc140982d7e60ad028f9eeb298d..56eb135686863767dc3789abe46c3c53d6d73d98 100644 (file)
@@ -11,6 +11,7 @@ config BR2_PACKAGE_WESTON
        select BR2_PACKAGE_JPEG
        select BR2_PACKAGE_MTDEV
        depends on BR2_PACKAGE_UDEV
+       depends on BR2_TOOLCHAIN_HAS_THREADS # wayland
        # Runtime dependency
        select BR2_PACKAGE_XKEYBOARD_CONFIG
        # Make sure at least one backend is selected