summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--package/opencv/Config.in1
-rw-r--r--package/openpowerlink/Config.in2
-rw-r--r--package/qt/Config.in2
3 files changed, 5 insertions, 0 deletions
diff --git a/package/opencv/Config.in b/package/opencv/Config.in
index 9e952cabc6..96ff6d8b2e 100644
--- a/package/opencv/Config.in
+++ b/package/opencv/Config.in
@@ -169,6 +169,7 @@ config BR2_PACKAGE_OPENCV_WITH_QT
bool "qt backend support"
depends on BR2_INSTALL_LIBSTDCPP
depends on !BR2_avr32 # qt
+ depends on BR2_USE_MMU # qt
select BR2_PACKAGE_QT
select BR2_PACKAGE_QT_STL
default y
diff --git a/package/openpowerlink/Config.in b/package/openpowerlink/Config.in
index cdb09a2e9c..85739617e5 100644
--- a/package/openpowerlink/Config.in
+++ b/package/openpowerlink/Config.in
@@ -1,4 +1,5 @@
comment "openpowerlink needs a toolchain w/ C++, threads"
+ depends on BR2_USE_MMU
depends on BR2_i386 || BR2_x86_64
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_TOOLCHAIN_HAS_THREADS
depends on BR2_i386 || BR2_x86_64
+ depends on BR2_USE_MMU # qt
help
openPOWERLINK is an Open Source Industrial Ethernet
stack implementing the POWERLINK protocol for Managing Node
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
OpenPOWER on IntegriCloud