diff options
| author | Thomas De Schampheleire <patrickdepinguin@gmail.com> | 2014-02-23 18:04:08 +0100 |
|---|---|---|
| committer | Peter Korsgaard <peter@korsgaard.com> | 2014-02-23 20:51:10 +0100 |
| commit | 8bb561444b74bc8177ec2fa7d0d1c21e3df0a4ec (patch) | |
| tree | 6407962daebf26390c2fec38a2ac8138f1827251 /package/qt | |
| parent | 088ed8dcbb061bf573a0ed5c98fff22bac6138c0 (diff) | |
qt: needs MMU (fork)
Fixes
http://autobuild.buildroot.net/results/4f7/4f744595efceba2d5a54151bf5f1802eb1268fac/
Signed-off-by: Thomas De Schampheleire <thomas.de.schampheleire@gmail.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Diffstat (limited to 'package/qt')
| -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 926d54c61..5105e5d8b 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 |
