diff options
Diffstat (limited to 'package/qt/Config.in')
-rw-r--r-- | package/qt/Config.in | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/package/qt/Config.in b/package/qt/Config.in index 990014e8ed..a40b6b5b84 100644 --- a/package/qt/Config.in +++ b/package/qt/Config.in @@ -1,11 +1,9 @@ comment "qt needs a toolchain w/ C++, threads" - depends on !BR2_avr32 depends on BR2_USE_MMU depends on !BR2_INSTALL_LIBSTDCPP || !BR2_TOOLCHAIN_HAS_THREADS menuconfig BR2_PACKAGE_QT bool "Qt" - depends on !BR2_avr32 # lacks TLS depends on BR2_USE_MMU # fork depends on BR2_INSTALL_LIBSTDCPP depends on BR2_TOOLCHAIN_HAS_THREADS |