python-cryptography: bump to version 1.7.2
[buildroot-gz.git] / package / libhdhomerun / Config.in
blob9425c1b1591d81d0cb103f48a9ecf43441817145
1 config 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.
9           http://www.silicondust.com
11 comment "libhdhomerun needs a toolchain w/ threads, dynamic library"
12         depends on !BR2_TOOLCHAIN_HAS_THREADS || BR2_STATIC_LIBS