accept plain -dbus option

the feature's logic is already prepared for that.

Change-Id: Ieb0131904b532409fc01bafca9f85fb22039a68a
Reviewed-by: Lars Knoll <lars.knoll@qt.io>
This commit is contained in:
Oswald Buddenhagen 2016-07-14 16:54:30 +02:00
parent 62b0113c7b
commit be3b2de87f
1 changed files with 1 additions and 1 deletions

View File

@ -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",