summaryrefslogtreecommitdiffstats
path: root/src/bluetooth/configure.json
diff options
context:
space:
mode:
authorStephan Binner <stephan.binner@basyskom.com>2017-04-18 16:54:55 +0200
committerStephan Binner <stephan.binner@basyskom.com>2017-04-25 09:41:34 +0000
commitbcf1167ccb52341d72e6e2921077d2244803ee8d (patch)
treee976a03de9553aa32920b655b45e4d751cc8a74f /src/bluetooth/configure.json
parent417f3c3c2ca8df7b10f7fd3d9679b01b5e235c64 (diff)
Fix build for -no-feature-concurrent
Change-Id: I57b18167dacb776a00d406e3faba6e780c764771 Reviewed-by: Paul Olav Tvete <paul.tvete@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 e348030b..a1e65000 100644
--- a/src/bluetooth/configure.json
+++ b/src/bluetooth/configure.json
@@ -29,7 +29,7 @@
"features": {
"bluez": {
"label": "BlueZ",
- "condition": "libs.bluez && features.dbus",
+ "condition": "libs.bluez && features.concurrent && features.dbus",
"output": [ "publicFeature" ]
},
"bluez_le": {