xref: /OK3568_Linux_fs/buildroot/package/libhdhomerun/Config.in (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1config BR2_PACKAGE_LIBHDHOMERUN
2	bool "libhdhomerun"
3	depends on BR2_TOOLCHAIN_HAS_THREADS
4	depends on !BR2_STATIC_LIBS
5	help
6	  HDHomeRun is a network-attached digital television tuner
7	  box, produced by the company SiliconDust USA, Inc.
8
9	  http://www.silicondust.com
10
11comment "libhdhomerun needs a toolchain w/ threads, dynamic library"
12	depends on !BR2_TOOLCHAIN_HAS_THREADS || BR2_STATIC_LIBS
13