summaryrefslogtreecommitdiffstats
path: root/src/bluetooth/configure.json
diff options
context:
space:
mode:
authorAlex Blasche <alexander.blasche@qt.io>2017-04-05 10:29:38 +0200
committerAlex Blasche <alexander.blasche@qt.io>2017-04-05 12:58:31 +0000
commit24887247fff82fb328d6b907d756840ef4d844ca (patch)
treeddd5fe82166a1d693cc555484dca6a5f703b4e9d /src/bluetooth/configure.json
parent6520f8af711a9b61b194d163bb8f1db53b514ef6 (diff)
The BlueZ feature implies that QtDBus is enabled
The QtBluetooth library only builds the bluez backend when qtdbus is enabled. Previously it was possible that dbus was disabled but the bluez feature flag is still set. This patch prevents this gap by directly binding the bluez feature to the dbus feature. Change-Id: I173d51f27f5b1a78241548617f602830fec7bb14 Reviewed-by: Lars Knoll <lars.knoll@qt.io>
Diffstat (limited to 'src/bluetooth/configure.json')
-rw-r--r--src/bluetooth/configure.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bluetooth/configure.json b/src/bluetooth/configure.json
index aebb3b3f..e348030b 100644
--- a/src/bluetooth/configure.json
+++ b/src/bluetooth/configure.json
@@ -29,7 +29,7 @@
"features": {
"bluez": {
"label": "BlueZ",
- "condition": "libs.bluez",
+ "condition": "libs.bluez && features.dbus",
"output": [ "publicFeature" ]
},
"bluez_le": {