snowball-hdmiservice: wants to build a .so, needs !BR2_PREFER_STATIC_LIB

Fixes http://autobuild.buildroot.net/results/47f/47f52078c52bd1270e9d7ca795a4b3b21737b39c/

Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
Peter Korsgaard 2014-09-10 09:37:31 +02:00
parent ba1cc18cab
commit 028e97f213

View 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