diff options
Diffstat (limited to 'package/snowball-hdmiservice/Config.in')
-rw-r--r-- | package/snowball-hdmiservice/Config.in | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/package/snowball-hdmiservice/Config.in b/package/snowball-hdmiservice/Config.in index a22797f12..f43685f1a 100644 --- a/package/snowball-hdmiservice/Config.in +++ b/package/snowball-hdmiservice/Config.in @@ -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 |