mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-30 14:46:31 +00:00
qt: needs threads
Fixes http://autobuild.buildroot.net/results/489/489f3ddcd023e6d1eaf8efa1da99d726f60da921/ Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
This commit is contained in:
parent
b9558e0230
commit
dfcb93aa5c
@ -1,10 +1,11 @@
|
|||||||
comment "qt requires a toolchain with C++ support enabled"
|
comment "qt requires a toolchain with C++ and threads support enabled"
|
||||||
depends on !BR2_INSTALL_LIBSTDCPP
|
depends on !BR2_INSTALL_LIBSTDCPP || !BR2_TOOLCHAIN_HAS_THREADS
|
||||||
|
|
||||||
menuconfig BR2_PACKAGE_QT
|
menuconfig BR2_PACKAGE_QT
|
||||||
bool "Qt"
|
bool "Qt"
|
||||||
depends on !BR2_avr32 # lacks TLS
|
depends on !BR2_avr32 # lacks TLS
|
||||||
depends on BR2_INSTALL_LIBSTDCPP
|
depends on BR2_INSTALL_LIBSTDCPP
|
||||||
|
depends on BR2_TOOLCHAIN_HAS_THREADS
|
||||||
help
|
help
|
||||||
Qt is a cross-platform application and UI framework for
|
Qt is a cross-platform application and UI framework for
|
||||||
developers using C++.
|
developers using C++.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user