From 416a405d60bf1278126452ac3d226218cbced9b0 Mon Sep 17 00:00:00 2001 From: Gustavo Zacarias Date: Thu, 27 Jun 2013 11:14:12 -0300 Subject: 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 Signed-off-by: Peter Korsgaard --- package/qt/Config.in | 1 + 1 file changed, 1 insertion(+) (limited to 'package/qt') diff --git a/package/qt/Config.in b/package/qt/Config.in index fdbb59817..9f6e54dff 100644 --- a/package/qt/Config.in +++ b/package/qt/Config.in @@ -3,6 +3,7 @@ comment "qt requires a toolchain with C++ support enabled" menuconfig BR2_PACKAGE_QT bool "Qt" + depends on !BR2_avr32 # lacks TLS depends on BR2_INSTALL_LIBSTDCPP help Qt is a cross-platform application and UI framework for -- cgit v1.2.3