mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-08-06 09:57:44 +00:00
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>
This commit is contained in:
parent
0f4d9ce54b
commit
2da9dcc270
@ -8,12 +8,13 @@ config BR2_PACKAGE_DVB_APPS
|
|||||||
|
|
||||||
if BR2_PACKAGE_DVB_APPS
|
if BR2_PACKAGE_DVB_APPS
|
||||||
|
|
||||||
comment "dvb-apps utils needs LARGEFILE support in the toolchain"
|
comment "dvb-apps utils needs a toolchain with LARGEFILE and THREADS support"
|
||||||
depends on !BR2_LARGEFILE
|
depends on !BR2_LARGEFILE || !BR2_TOOLCHAIN_HAS_THREADS
|
||||||
|
|
||||||
config BR2_PACKAGE_DVB_APPS_UTILS
|
config BR2_PACKAGE_DVB_APPS_UTILS
|
||||||
bool "dvb-apps utilities"
|
bool "dvb-apps utilities"
|
||||||
depends on BR2_LARGEFILE
|
depends on BR2_LARGEFILE
|
||||||
|
depends on BR2_TOOLCHAIN_HAS_THREADS
|
||||||
select BR2_PACKAGE_LIBICONV if !BR2_ENABLE_LOCALE
|
select BR2_PACKAGE_LIBICONV if !BR2_ENABLE_LOCALE
|
||||||
help
|
help
|
||||||
A small number of DVB test and utility programs,
|
A small number of DVB test and utility programs,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user