2013-01-05 12:39:10 +01:00
|
|
|
config BR2_PACKAGE_DVB_APPS
|
|
|
|
bool "dvb-apps (transponders data)"
|
|
|
|
help
|
|
|
|
Install the DVB-C, DVB-S, DVB-T and ATSC transponders data.
|
|
|
|
|
|
|
|
http://linuxtv.org/projects.php
|
|
|
|
http://linuxtv.org/hg/dvb-apps
|
|
|
|
|
|
|
|
if BR2_PACKAGE_DVB_APPS
|
|
|
|
|
2013-05-22 16:24:03 +02:00
|
|
|
comment "dvb-apps utils needs a toolchain with LARGEFILE and THREADS support"
|
|
|
|
depends on !BR2_LARGEFILE || !BR2_TOOLCHAIN_HAS_THREADS
|
2013-01-08 10:11:50 +01:00
|
|
|
|
2013-01-05 12:39:10 +01:00
|
|
|
config BR2_PACKAGE_DVB_APPS_UTILS
|
|
|
|
bool "dvb-apps utilities"
|
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
|
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
|
|
|
|
A small number of DVB test and utility programs,
|
|
|
|
including szap and dvbscan.
|
|
|
|
|
|
|
|
endif
|