Config.in 399 B

123456789101112
  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.
  8. http://www.silicondust.com
  9. comment "libhdhomerun needs a toolchain w/ threads, dynamic library"
  10. depends on !BR2_TOOLCHAIN_HAS_THREADS || BR2_STATIC_LIBS