directfb: needs threads support
authorPeter Korsgaard <jacmet@sunsite.dk>
Fri, 23 Nov 2012 21:01:38 +0000 (22:01 +0100)
committerPeter Korsgaard <jacmet@sunsite.dk>
Fri, 23 Nov 2012 21:01:38 +0000 (22:01 +0100)
Fixes http://autobuild.buildroot.net/results/237aaf7b036a98867de1df47d39d01ec4137efd3

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
package/directfb/Config.in
package/multimedia/gst-plugins-bad/Config.in

index 47f9feaaf43fcf9588e95ebcdccd32fd92f879de..a1845689de4d22d4d5323786af0ee2b94dd1cb28 100644 (file)
@@ -1,5 +1,6 @@
 config BR2_PACKAGE_DIRECTFB
        bool "directfb"
+       depends on BR2_TOOLCHAIN_HAS_THREADS
        select BR2_PACKAGE_FREETYPE
        select BR2_PACKAGE_ZLIB
        help
@@ -107,3 +108,6 @@ config BR2_PACKAGE_DIRECTB_TESTS
        bool "build directfb tests"
 
 endif # BR2_PACKAGE_DIRECTFB
+
+comment "directfb needs a toolchain with thread support"
+       depends on !BR2_TOOLCHAIN_HAS_THREADS
index 7784ad70f6f5df3155b723901be1428ae8a09a28..d87aec4aa73a63569c5ee06f6c7799b1bd6f62cf 100644 (file)
@@ -262,6 +262,7 @@ config BR2_PACKAGE_GST_PLUGINS_BAD_PLUGIN_CURL
 config BR2_PACKAGE_GST_PLUGINS_BAD_PLUGIN_DIRECTFB
        bool "directfb"
        select BR2_PACKAGE_DIRECTFB
+       depends on BR2_TOOLCHAIN_HAS_THREADS
 
 config BR2_PACKAGE_GST_PLUGINS_BAD_PLUGIN_DVB
        bool "dvb"