xref: /OK3568_Linux_fs/buildroot/package/dvb-apps/Config.in (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1*4882a593Smuzhiyunconfig BR2_PACKAGE_DVB_APPS
2*4882a593Smuzhiyun	bool "dvb-apps"
3*4882a593Smuzhiyun	depends on BR2_TOOLCHAIN_HAS_THREADS
4*4882a593Smuzhiyun	depends on BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_3
5*4882a593Smuzhiyun	select BR2_PACKAGE_LIBICONV if !BR2_ENABLE_LOCALE
6*4882a593Smuzhiyun	help
7*4882a593Smuzhiyun	  Install a small number of DVB test and utility programs,
8*4882a593Smuzhiyun	  including szap and dvbscan.
9*4882a593Smuzhiyun
10*4882a593Smuzhiyun	  http://linuxtv.org/projects.php
11*4882a593Smuzhiyun	  http://linuxtv.org/hg/dvb-apps
12*4882a593Smuzhiyun
13*4882a593Smuzhiyuncomment "dvb-apps utils needs a toolchain w/ threads, headers >= 3.3"
14*4882a593Smuzhiyun	depends on !BR2_TOOLCHAIN_HAS_THREADS || !BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_3
15