summaryrefslogtreecommitdiffstats
path: root/package/qt5/qt5connectivity/Config.in
diff options
context:
space:
mode:
Diffstat (limited to 'package/qt5/qt5connectivity/Config.in')
-rw-r--r--package/qt5/qt5connectivity/Config.in11
1 files changed, 3 insertions, 8 deletions
diff --git a/package/qt5/qt5connectivity/Config.in b/package/qt5/qt5connectivity/Config.in
index d529ea7f85..e3128ec55c 100644
--- a/package/qt5/qt5connectivity/Config.in
+++ b/package/qt5/qt5connectivity/Config.in
@@ -1,13 +1,9 @@
config BR2_PACKAGE_QT5CONNECTIVITY
bool "qt5connectivity"
- select BR2_PACKAGE_BLUEZ_UTILS
select BR2_PACKAGE_QT5BASE
select BR2_PACKAGE_QT5BASE_CONCURRENT
select BR2_PACKAGE_QT5BASE_DBUS
- depends on !BR2_STATIC_LIBS # bluez_utils
- depends on BR2_USE_WCHAR # bluez_utils
- depends on BR2_TOOLCHAIN_HAS_THREADS # bluez_utils
- depends on BR2_USE_MMU # bluez_utils
+ depends on BR2_PACKAGE_NEARD || BR2_PACKAGE_BLUEZ_UTILS
help
Qt is a cross-platform application and UI framework for
developers using C++.
@@ -16,6 +12,5 @@ config BR2_PACKAGE_QT5CONNECTIVITY
http://qt.io
-comment "qt5connectivity needs a toolchain w/ wchar, threads, dynamic library"
- depends on BR2_USE_MMU
- depends on !BR2_USE_WCHAR || !BR2_TOOLCHAIN_HAS_THREADS || BR2_STATIC_LIBS
+comment "qt5connectivity needs neard and/or bluez_utils"
+ depends on !BR2_PACKAGE_NEARD && !BR2_PACKAGE_BLUEZ_UTILS
OpenPOWER on IntegriCloud