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:
parent
ba1cc18cab
commit
028e97f213
@ -1,6 +1,7 @@
|
|||||||
config BR2_PACKAGE_SNOWBALL_HDMISERVICE
|
config BR2_PACKAGE_SNOWBALL_HDMISERVICE
|
||||||
bool "snowball-hdmiservice"
|
bool "snowball-hdmiservice"
|
||||||
depends on BR2_TOOLCHAIN_HAS_THREADS
|
depends on BR2_TOOLCHAIN_HAS_THREADS
|
||||||
|
depends on !BR2_PREFER_STATIC_LIB
|
||||||
help
|
help
|
||||||
HDMI userspace control daemon
|
HDMI userspace control daemon
|
||||||
|
|
||||||
@ -8,3 +9,6 @@ config BR2_PACKAGE_SNOWBALL_HDMISERVICE
|
|||||||
snowball board
|
snowball board
|
||||||
|
|
||||||
http://www.igloocommunity.org
|
http://www.igloocommunity.org
|
||||||
|
|
||||||
|
comment "snowball-hdmiservice needs a toolchain w/ threads, dynamic library"
|
||||||
|
depends on !BR2_TOOLCHAIN_HAS_THREADS || BR2_PREFER_STATIC_LIB
|
||||||
|
Loading…
Reference in New Issue
Block a user