From b754b2815d342334f335816b901c051940954942 Mon Sep 17 00:00:00 2001 From: Oswald Buddenhagen Date: Fri, 26 Aug 2016 21:10:56 +0200 Subject: rename description => label in configure.json "description" suggests something slightly longer. this may seem like a gratuitous change, but the upcoming replacement of the old feature system clarifies makes it seem much less so. Change-Id: Ibe702e01cb146b59127bf1f990b4acaef1c61d55 Reviewed-by: Lars Knoll --- src/printsupport/configure.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/printsupport') diff --git a/src/printsupport/configure.json b/src/printsupport/configure.json index 986bb9d678..6bf4208e9c 100644 --- a/src/printsupport/configure.json +++ b/src/printsupport/configure.json @@ -15,7 +15,7 @@ "libraries": { "cups": { - "description": "CUPS", + "label": "CUPS", "test": "unix/cups", "sources": [ "-lcups" @@ -25,7 +25,7 @@ "features": { "cups": { - "description": "CUPS", + "label": "CUPS", "condition": "libs.cups", "output": [ "privateFeature", "feature" ] } -- cgit v1.2.3