snowball-hdmiservice: wants to build a .so, needs !BR2_PREFER_STATIC_LIB
authorPeter Korsgaard <peter@korsgaard.com>
Wed, 10 Sep 2014 07:37:31 +0000 (09:37 +0200)
committerPeter Korsgaard <peter@korsgaard.com>
Wed, 10 Sep 2014 07:37:31 +0000 (09:37 +0200)
Fixes http://autobuild.buildroot.net/results/47f/47f52078c52bd1270e9d7ca795a4b3b21737b39c/

Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
package/snowball-hdmiservice/Config.in

index a22797f124bfbdf37b71956c90ea545156efe861..f43685f1a3af03f1691dcd04f37c711b186630b2 100644 (file)
@@ -1,6 +1,7 @@
 config BR2_PACKAGE_SNOWBALL_HDMISERVICE
        bool "snowball-hdmiservice"
        depends on BR2_TOOLCHAIN_HAS_THREADS
+       depends on !BR2_PREFER_STATIC_LIB
        help
          HDMI userspace control daemon
 
@@ -8,3 +9,6 @@ config BR2_PACKAGE_SNOWBALL_HDMISERVICE
          snowball board
 
          http://www.igloocommunity.org
+
+comment "snowball-hdmiservice needs a toolchain w/ threads, dynamic library"
+       depends on !BR2_TOOLCHAIN_HAS_THREADS || BR2_PREFER_STATIC_LIB