2012-11-30 03:39:11 +01:00
|
|
|
config BR2_PACKAGE_SNOWBALL_HDMISERVICE
|
|
|
|
bool "snowball-hdmiservice"
|
2013-11-11 17:23:23 +01:00
|
|
|
depends on BR2_TOOLCHAIN_HAS_THREADS
|
2014-12-03 22:41:29 +01:00
|
|
|
depends on !BR2_STATIC_LIBS
|
2012-11-30 03:39:11 +01:00
|
|
|
help
|
|
|
|
HDMI userspace control daemon
|
|
|
|
|
2013-11-11 17:23:23 +01:00
|
|
|
This package contains the HDMI userspace control daemon for the
|
2012-11-30 03:39:11 +01:00
|
|
|
snowball board
|
2013-11-11 17:23:23 +01:00
|
|
|
|
2012-11-30 03:39:11 +01:00
|
|
|
http://www.igloocommunity.org
|
2014-09-10 09:37:31 +02:00
|
|
|
|
|
|
|
comment "snowball-hdmiservice needs a toolchain w/ threads, dynamic library"
|
2014-12-03 22:41:29 +01:00
|
|
|
depends on !BR2_TOOLCHAIN_HAS_THREADS || BR2_STATIC_LIBS
|