mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-08-01 07:27:43 +00:00
qt: broken on avr32
Qt is broken for the avr32 architecture since it lacks TLS support. Fixes: http://autobuild.buildroot.net/results/56d/56d1d8f12a847f1ba49547a51d7a3605755a0bb8/ Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
This commit is contained in:
parent
f1e957ce41
commit
416a405d60
@ -167,6 +167,7 @@ config BR2_PACKAGE_OPENCV_WITH_PNG
|
|||||||
config BR2_PACKAGE_OPENCV_WITH_QT
|
config BR2_PACKAGE_OPENCV_WITH_QT
|
||||||
bool "qt backend support"
|
bool "qt backend support"
|
||||||
depends on BR2_INSTALL_LIBSTDCPP
|
depends on BR2_INSTALL_LIBSTDCPP
|
||||||
|
depends on !BR2_avr32 # qt
|
||||||
select BR2_PACKAGE_QT
|
select BR2_PACKAGE_QT
|
||||||
select BR2_PACKAGE_QT_STL
|
select BR2_PACKAGE_QT_STL
|
||||||
default y
|
default y
|
||||||
|
@ -3,6 +3,7 @@ comment "qt requires a toolchain with C++ support enabled"
|
|||||||
|
|
||||||
menuconfig BR2_PACKAGE_QT
|
menuconfig BR2_PACKAGE_QT
|
||||||
bool "Qt"
|
bool "Qt"
|
||||||
|
depends on !BR2_avr32 # lacks TLS
|
||||||
depends on BR2_INSTALL_LIBSTDCPP
|
depends on BR2_INSTALL_LIBSTDCPP
|
||||||
help
|
help
|
||||||
Qt is a cross-platform application and UI framework for
|
Qt is a cross-platform application and UI framework for
|
||||||
|
Loading…
x
Reference in New Issue
Block a user