1config 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 10 http://linuxtv.org/projects.php 11 http://linuxtv.org/hg/dvb-apps 12 13comment "dvb-apps utils needs a toolchain w/ threads, headers >= 3.3" 14 depends on !BR2_TOOLCHAIN_HAS_THREADS || !BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_3 15