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