2013-01-05 12:39:10 +01:00
|
|
|
config BR2_PACKAGE_DVB_APPS
|
2014-03-28 01:00:24 +01:00
|
|
|
bool "dvb-apps"
|
2013-01-08 10:11:50 +01:00
|
|
|
depends on BR2_LARGEFILE
|
2013-05-22 16:24:03 +02:00
|
|
|
depends on BR2_TOOLCHAIN_HAS_THREADS
|
2014-03-01 15:53:04 +01:00
|
|
|
depends on BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_3
|
2013-01-12 03:53:35 +01:00
|
|
|
select BR2_PACKAGE_LIBICONV if !BR2_ENABLE_LOCALE
|
2013-01-05 12:39:10 +01:00
|
|
|
help
|
2014-03-28 01:00:24 +01:00
|
|
|
Install a small number of DVB test and utility programs,
|
2013-01-05 12:39:10 +01:00
|
|
|
including szap and dvbscan.
|
|
|
|
|
2014-03-28 01:00:24 +01:00
|
|
|
http://linuxtv.org/projects.php
|
|
|
|
http://linuxtv.org/hg/dvb-apps
|
|
|
|
|
|
|
|
comment "dvb-apps utils needs a toolchain w/ largefile, threads, headers >= 3.3"
|
|
|
|
depends on !BR2_LARGEFILE || !BR2_TOOLCHAIN_HAS_THREADS || !BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_3
|