From 46cb5a4dce74671efed44ba45e10472795d9813f Mon Sep 17 00:00:00 2001 From: Oswald Buddenhagen Date: Thu, 4 Aug 2016 19:05:09 +0200 Subject: make it impossible to lie about the feature an output belongs to overriding an output's 'feature' field would just lead to confusing error messages. the right way is setting the 'name' field. adjust the 'dbus' library output to this policy. Change-Id: I912133f3a0a50fc55f2e16a1ed6bfa464aae8d88 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 6f12123cae..6f4ab05499 100644 --- a/configure.json +++ b/configure.json @@ -1788,7 +1788,7 @@ "condition": "features.dbus && tests.dbus", "output": [ "publicQtConfig", - { "type": "library", "feature": "dbus", "test": "dbus" } + { "type": "library", "name": "dbus", "test": "dbus" } ] }, "host-dbus": { -- cgit v1.2.3