Config.in 497 B

1234567891011121314
  1. config BR2_PACKAGE_DVB_APPS
  2. bool "dvb-apps"
  3. depends on BR2_TOOLCHAIN_HAS_THREADS
  4. depends on BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_3
  5. select BR2_PACKAGE_LIBICONV if !BR2_ENABLE_LOCALE
  6. help
  7. Install a small number of DVB test and utility programs,
  8. including szap and dvbscan.
  9. http://linuxtv.org/projects.php
  10. http://linuxtv.org/hg/dvb-apps
  11. comment "dvb-apps utils needs a toolchain w/ threads, headers >= 3.3"
  12. depends on !BR2_TOOLCHAIN_HAS_THREADS || !BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_3