summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOswald Buddenhagen <oswald.buddenhagen@theqtcompany.com>2016-07-14 16:54:30 +0200
committerOswald Buddenhagen <oswald.buddenhagen@theqtcompany.com>2016-07-22 10:27:38 +0000
commitbe3b2de87fdba74a07836a3302c3d55316b2c3d1 (patch)
treeb425d41a41ae22bac34f5f8cc941ca6b1d8ca67a
parent62b0113c7be0ee88917bc515860d959120508dab (diff)
accept plain -dbus option
the feature's logic is already prepared for that. Change-Id: Ieb0131904b532409fc01bafca9f85fb22039a68a Reviewed-by: Lars Knoll <lars.knoll@qt.io>
-rw-r--r--configure.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.json b/configure.json
index 5cc3d65b8e..53ecdd4a58 100644
--- a/configure.json
+++ b/configure.json
@@ -51,7 +51,7 @@
"confirm-license": "void",
"continue": "void",
"cups": "boolean",
- "dbus": { "type": "optionalString", "values": [ "no", "linked", "runtime" ] },
+ "dbus": { "type": "optionalString", "values": [ "no", "yes", "linked", "runtime" ] },
"dbus-linked": { "type": "void", "name": "dbus", "value": "linked" },
"dbus-runtime": { "type": "void", "name": "dbus", "value": "runtime" },
"debug": "void",