summaryrefslogtreecommitdiffstats
path: root/package/bellagio
diff options
context:
space:
mode:
authorGustavo Zacarias <gustavo@zacarias.com.ar>2013-09-16 07:41:07 -0300
committerPeter Korsgaard <jacmet@sunsite.dk>2013-09-16 15:44:30 +0200
commitd75e65523e9129db6c80e77c8314eb1cf85afb44 (patch)
treeaea19874b9cd531b38ae60b02aee74912fe1e855 /package/bellagio
parentf7da9ee5bd126d86b5ae54553e4ab10191288056 (diff)
downloadbuildroot-d75e65523e9129db6c80e77c8314eb1cf85afb44.tar.gz
buildroot-d75e65523e9129db6c80e77c8314eb1cf85afb44.zip
bellagio: needs dynamic library support
Fixes: http://autobuild.buildroot.net/results/76e/76ebe0b9e963367427e23ba963f1bce6fd2725c4/ Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'package/bellagio')
-rw-r--r--package/bellagio/Config.in5
1 files changed, 3 insertions, 2 deletions
diff --git a/package/bellagio/Config.in b/package/bellagio/Config.in
index 3292ef5fd0..921cc38fcc 100644
--- a/package/bellagio/Config.in
+++ b/package/bellagio/Config.in
@@ -2,6 +2,7 @@ config BR2_PACKAGE_BELLAGIO
bool "bellagio"
depends on BR2_INSTALL_LIBSTDCPP
depends on BR2_TOOLCHAIN_HAS_THREADS
+ depends on !BR2_PREFER_STATIC_LIB
select BR2_PACKAGE_HAS_OPENMAX
help
Bellagio is an opensource implementation of the
@@ -16,5 +17,5 @@ config BR2_PACKAGE_BELLAGIO
http://omxil.sourceforge.net/
-comment "bellagio requires a toolchain with C++ and threads support enabled"
- depends on !BR2_INSTALL_LIBSTDCPP || !BR2_TOOLCHAIN_HAS_THREADS
+comment "bellagio requires a toolchain with C++, threads and dynamic library support enabled"
+ depends on !BR2_INSTALL_LIBSTDCPP || !BR2_TOOLCHAIN_HAS_THREADS || BR2_PREFER_STATIC_LIB
OpenPOWER on IntegriCloud