summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorgilles.talis@gmail.com <gilles.talis@gmail.com>2013-05-16 14:02:35 +0000
committerPeter Korsgaard <jacmet@sunsite.dk>2013-05-17 12:01:50 +0200
commitf4985ca55acc5452f4eee022d60b066da27a7866 (patch)
tree68b74c9677ab071df8021af2031638c57b1792b0
parente5b1da184625d25fe0618ab0a0d5549207f3a64c (diff)
downloadbuildroot-novena-f4985ca55acc5452f4eee022d60b066da27a7866.tar.gz
buildroot-novena-f4985ca55acc5452f4eee022d60b066da27a7866.zip
bellagio: needs toolchain with threads support
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>
-rw-r--r--package/multimedia/bellagio/Config.in5
1 files changed, 3 insertions, 2 deletions
diff --git a/package/multimedia/bellagio/Config.in b/package/multimedia/bellagio/Config.in
index 1458f6370..4be3aee5f 100644
--- a/package/multimedia/bellagio/Config.in
+++ b/package/multimedia/bellagio/Config.in
@@ -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