1 config BR2_PACKAGE_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
7 Install a small number of DVB test and utility programs,
8 including szap and dvbscan.
10 http://linuxtv.org/projects.php
11 http://linuxtv.org/hg/dvb-apps
13 comment "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