buildrootschalter/package/dvb-apps/Config.in
gilles.talis@gmail.com 2da9dcc270 dvb-apps utilities: needs threads
Fixes:
http://autobuild.buildroot.org/results/b62/b62289809221b6455fe3db501e869271a64ea454
Signed-off-by: Gilles Talis <gilles.talis@gmail.com>
Acked-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2013-05-23 22:33:12 +02:00

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