Commit 2da9dcc2 authored by gilles.talis@gmail.com's avatar gilles.talis@gmail.com Committed by Peter Korsgaard
Browse files
parent 0f4d9ce5
Loading
Loading
Loading
Loading
+3 −2
Original line number Diff line number Diff line
@@ -8,12 +8,13 @@ config BR2_PACKAGE_DVB_APPS

if BR2_PACKAGE_DVB_APPS

comment "dvb-apps utils needs LARGEFILE support in the toolchain"
	depends on !BR2_LARGEFILE
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,