diff options
Diffstat (limited to 'package/qt/Config.in')
-rw-r--r-- | package/qt/Config.in | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/package/qt/Config.in b/package/qt/Config.in index 926d54c619..5105e5d8b1 100644 --- a/package/qt/Config.in +++ b/package/qt/Config.in @@ -1,10 +1,12 @@ 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 help |