summaryrefslogtreecommitdiffstats
path: root/package/qt5/qt5connectivity/Config.in
diff options
context:
space:
mode:
authorJulien CORJON <corjon.j@ecagroup.com>2016-04-19 13:43:54 +0200
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2016-06-03 19:43:27 +0200
commit7dfb844357db0373edea38e4dfe25e622d91d967 (patch)
tree31e8a509d8757191a10cf135012f043012739ff7 /package/qt5/qt5connectivity/Config.in
parentf19ff45d262e4ca0af615b521a2eebe895f69a83 (diff)
downloadbuildroot-7dfb844357db0373edea38e4dfe25e622d91d967.tar.gz
buildroot-7dfb844357db0373edea38e4dfe25e622d91d967.zip
qt5connectivity: add bluez5_utils option for QtBluetooth submodule
Signed-off-by: Julien Corjon <corjon.j@ecagroup.com> [Thomas: simplify ifneq conditions in the .mk file.] Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/qt5/qt5connectivity/Config.in')
-rw-r--r--package/qt5/qt5connectivity/Config.in7
1 files changed, 4 insertions, 3 deletions
diff --git a/package/qt5/qt5connectivity/Config.in b/package/qt5/qt5connectivity/Config.in
index e3128ec55c..fa9b9112c6 100644
--- a/package/qt5/qt5connectivity/Config.in
+++ b/package/qt5/qt5connectivity/Config.in
@@ -3,7 +3,7 @@ config BR2_PACKAGE_QT5CONNECTIVITY
select BR2_PACKAGE_QT5BASE
select BR2_PACKAGE_QT5BASE_CONCURRENT
select BR2_PACKAGE_QT5BASE_DBUS
- depends on BR2_PACKAGE_NEARD || BR2_PACKAGE_BLUEZ_UTILS
+ depends on BR2_PACKAGE_NEARD || BR2_PACKAGE_BLUEZ_UTILS || BR2_PACKAGE_BLUEZ5_UTILS
help
Qt is a cross-platform application and UI framework for
developers using C++.
@@ -12,5 +12,6 @@ config BR2_PACKAGE_QT5CONNECTIVITY
http://qt.io
-comment "qt5connectivity needs neard and/or bluez_utils"
- depends on !BR2_PACKAGE_NEARD && !BR2_PACKAGE_BLUEZ_UTILS
+comment "qt5connectivity needs neard and/or bluez(5)_utils"
+ depends on !BR2_PACKAGE_NEARD && !BR2_PACKAGE_BLUEZ_UTILS && \
+ !BR2_PACKAGE_BLUEZ5_UTILS
OpenPOWER on IntegriCloud