From dfcb93aa5cfead618335aa2d30adc3f60a2b2d0c Mon Sep 17 00:00:00 2001 From: Peter Korsgaard Date: Tue, 24 Sep 2013 13:25:30 +0200 Subject: [PATCH] qt: needs threads Fixes http://autobuild.buildroot.net/results/489/489f3ddcd023e6d1eaf8efa1da99d726f60da921/ Signed-off-by: Peter Korsgaard --- package/qt/Config.in | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/package/qt/Config.in b/package/qt/Config.in index 35e8208b5c..2afbd92d56 100644 --- a/package/qt/Config.in +++ b/package/qt/Config.in @@ -1,10 +1,11 @@ -comment "qt requires a toolchain with C++ support enabled" - depends on !BR2_INSTALL_LIBSTDCPP +comment "qt requires a toolchain with C++ and threads support enabled" + depends on !BR2_INSTALL_LIBSTDCPP || !BR2_TOOLCHAIN_HAS_THREADS menuconfig BR2_PACKAGE_QT bool "Qt" depends on !BR2_avr32 # lacks TLS depends on BR2_INSTALL_LIBSTDCPP + depends on BR2_TOOLCHAIN_HAS_THREADS help Qt is a cross-platform application and UI framework for developers using C++. -- 2.30.2