2013-01-05 11:39:10 +00:00
|
|
|
config BR2_PACKAGE_DVB_APPS
|
2014-03-28 01:00:24 +01:00
|
|
|
bool "dvb-apps"
|
2013-05-22 14:24:03 +00: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 02:53:35 +00:00
|
|
|
select BR2_PACKAGE_LIBICONV if !BR2_ENABLE_LOCALE
|
2013-01-05 11:39:10 +00:00
|
|
|
help
|
2014-03-28 01:00:24 +01:00
|
|
|
Install a small number of DVB test and utility programs,
|
2013-01-05 11:39:10 +00:00
|
|
|
including szap and dvbscan.
|
|
|
|
|
|
2014-03-28 01:00:24 +01:00
|
|
|
http://linuxtv.org/projects.php
|
|
|
|
|
http://linuxtv.org/hg/dvb-apps
|
|
|
|
|
|
2015-03-30 18:07:30 -03:00
|
|
|
comment "dvb-apps utils needs a toolchain w/ threads, headers >= 3.3"
|
|
|
|
|
depends on !BR2_TOOLCHAIN_HAS_THREADS || !BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_3
|