bellagio: needs toolchain with threads support
authorgilles.talis@gmail.com <gilles.talis@gmail.com>
Thu, 16 May 2013 14:02:35 +0000 (14:02 +0000)
committerPeter Korsgaard <jacmet@sunsite.dk>
Fri, 17 May 2013 10:01:50 +0000 (12:01 +0200)
Fixes:
http://autobuild.buildroot.org/results/a4b/a4b7e19f4eee1de8d8722c2ade673fcb816a811e

Signed-off-by: Gilles Talis <gilles.talis@gmail.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
package/multimedia/bellagio/Config.in

index 1458f63702d2adbd20d3c5651a5b8b1a27810136..4be3aee5f74d7364fe33fa72e908b499bce56e7d 100644 (file)
@@ -1,6 +1,7 @@
 config BR2_PACKAGE_BELLAGIO
        bool "bellagio"
        depends on BR2_INSTALL_LIBSTDCPP
+       depends on BR2_TOOLCHAIN_HAS_THREADS
        help
          Bellagio is an opensource implementation of the
          OpenMAX IL API.
@@ -14,5 +15,5 @@ config BR2_PACKAGE_BELLAGIO
 
          http://omxil.sourceforge.net/
 
-comment "bellagio requires a toolchain with C++ support enabled"
-       depends on !BR2_INSTALL_LIBSTDCPP
+comment "bellagio requires a toolchain with C++ and threads support enabled"
+       depends on !BR2_INSTALL_LIBSTDCPP || !BR2_TOOLCHAIN_HAS_THREADS