]> rtime.felk.cvut.cz Git - coffee/buildroot.git/commitdiff
bellagio: needs dynamic library support
authorGustavo Zacarias <gustavo@zacarias.com.ar>
Mon, 16 Sep 2013 10:41:07 +0000 (07:41 -0300)
committerPeter Korsgaard <jacmet@sunsite.dk>
Mon, 16 Sep 2013 13:44:30 +0000 (15:44 +0200)
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>
package/bellagio/Config.in

index 3292ef5fd045b2c605f5bb09c4a111cd2a3090c5..921cc38fcc6ac743eb991b2d67659c6ed9515b5d 100644 (file)
@@ -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