From be3b2de87fdba74a07836a3302c3d55316b2c3d1 Mon Sep 17 00:00:00 2001 From: Oswald Buddenhagen Date: Thu, 14 Jul 2016 16:54:30 +0200 Subject: accept plain -dbus option the feature's logic is already prepared for that. Change-Id: Ieb0131904b532409fc01bafca9f85fb22039a68a Reviewed-by: Lars Knoll --- configure.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configure.json') 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", -- cgit v1.2.3