buildrootschalter/package/dvb-apps/Config.in
Yann E. MORIN 2ea508a2a3 package/dvb-apps: requires kernel headers >= 3.3
dvb-apps requires linux kernel headers >= 3.3, for:
    SYS_TURBO, SYS_DVBC_ANNEX_A      : introduced in 3.2
    SYS_DVBC_ANNEX_C, DTV_ENUM_DELSYS: introduced in 3.3

Fixes:
    http://autobuild.buildroot.net/results/a77/a7786dffa28e5472fbc9c8fe4ab302c84d7a3cb9

Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
2014-03-01 19:47:58 +01:00

25 lines
727 B
Plaintext

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
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
config BR2_PACKAGE_DVB_APPS_UTILS
bool "dvb-apps utilities"
depends on BR2_LARGEFILE
depends on BR2_TOOLCHAIN_HAS_THREADS
depends on BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_3
select BR2_PACKAGE_LIBICONV if !BR2_ENABLE_LOCALE
help
A small number of DVB test and utility programs,
including szap and dvbscan.
endif