mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-27 13:16:35 +00:00
libcec: needs threads
Fixes: http://autobuild.buildroot.net/results/16a/16ad8b64e68477dcd663d07c600fd1be3164df81/ Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
This commit is contained in:
parent
1141d99aae
commit
4c5b04f009
@ -1,6 +1,7 @@
|
|||||||
config BR2_PACKAGE_LIBCEC
|
config BR2_PACKAGE_LIBCEC
|
||||||
bool "libcec"
|
bool "libcec"
|
||||||
depends on BR2_INSTALL_LIBSTDCPP
|
depends on BR2_INSTALL_LIBSTDCPP
|
||||||
|
depends on BR2_TOOLCHAIN_HAS_THREADS
|
||||||
help
|
help
|
||||||
libcec allows you in combination with the right hardware to
|
libcec allows you in combination with the right hardware to
|
||||||
control your home theater devices with your TV remote
|
control your home theater devices with your TV remote
|
||||||
@ -8,5 +9,5 @@ config BR2_PACKAGE_LIBCEC
|
|||||||
|
|
||||||
http://libcec.pulse-eight.com
|
http://libcec.pulse-eight.com
|
||||||
|
|
||||||
comment "libcec requires C++ support in toolchain"
|
comment "libcec requires C++ and threading support in toolchain"
|
||||||
depends on !BR2_INSTALL_LIBSTDCPP
|
depends on !BR2_INSTALL_LIBSTDCPP || !BR2_TOOLCHAIN_HAS_THREADS
|
||||||
|
Loading…
x
Reference in New Issue
Block a user