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>
This commit is contained in:
Thomas De Schampheleire 2014-02-23 18:04:08 +01:00 committed by Peter Korsgaard
parent 088ed8dcbb
commit 8bb561444b
3 changed files with 5 additions and 0 deletions

View File

@ -169,6 +169,7 @@ config BR2_PACKAGE_OPENCV_WITH_QT
bool "qt backend support" bool "qt backend support"
depends on BR2_INSTALL_LIBSTDCPP depends on BR2_INSTALL_LIBSTDCPP
depends on !BR2_avr32 # qt depends on !BR2_avr32 # qt
depends on BR2_USE_MMU # qt
select BR2_PACKAGE_QT select BR2_PACKAGE_QT
select BR2_PACKAGE_QT_STL select BR2_PACKAGE_QT_STL
default y default y

View File

@ -1,4 +1,5 @@
comment "openpowerlink needs a toolchain w/ C++, threads" comment "openpowerlink needs a toolchain w/ C++, threads"
depends on BR2_USE_MMU
depends on BR2_i386 || BR2_x86_64 depends on BR2_i386 || BR2_x86_64
depends on !BR2_INSTALL_LIBSTDCPP || !BR2_TOOLCHAIN_HAS_THREADS depends on !BR2_INSTALL_LIBSTDCPP || !BR2_TOOLCHAIN_HAS_THREADS
@ -7,6 +8,7 @@ config BR2_PACKAGE_OPENPOWERLINK
depends on BR2_INSTALL_LIBSTDCPP depends on BR2_INSTALL_LIBSTDCPP
depends on BR2_TOOLCHAIN_HAS_THREADS depends on BR2_TOOLCHAIN_HAS_THREADS
depends on BR2_i386 || BR2_x86_64 depends on BR2_i386 || BR2_x86_64
depends on BR2_USE_MMU # qt
help help
openPOWERLINK is an Open Source Industrial Ethernet openPOWERLINK is an Open Source Industrial Ethernet
stack implementing the POWERLINK protocol for Managing Node stack implementing the POWERLINK protocol for Managing Node

View File

@ -1,10 +1,12 @@
comment "qt needs a toolchain w/ C++, threads" comment "qt needs a toolchain w/ C++, threads"
depends on !BR2_avr32 depends on !BR2_avr32
depends on BR2_USE_MMU
depends on !BR2_INSTALL_LIBSTDCPP || !BR2_TOOLCHAIN_HAS_THREADS depends on !BR2_INSTALL_LIBSTDCPP || !BR2_TOOLCHAIN_HAS_THREADS
menuconfig BR2_PACKAGE_QT menuconfig BR2_PACKAGE_QT
bool "Qt" bool "Qt"
depends on !BR2_avr32 # lacks TLS depends on !BR2_avr32 # lacks TLS
depends on BR2_USE_MMU # fork
depends on BR2_INSTALL_LIBSTDCPP depends on BR2_INSTALL_LIBSTDCPP
depends on BR2_TOOLCHAIN_HAS_THREADS depends on BR2_TOOLCHAIN_HAS_THREADS
help help