From 14a5086bd381f1b198e86099a578c70f20aed0d3 Mon Sep 17 00:00:00 2001 From: Oswald Buddenhagen Date: Tue, 11 Oct 2016 19:38:39 +0200 Subject: de-duplicate freetype configure entry note that the feature is kept private (unlike in the introduced duplicate), as there shouldn't be a need to query this internal variable (that's actually debatable, but this discussion applies to several other features as well). Change-Id: I05c52a8becd5151f7e9e378f0c49499223916053 Reviewed-by: Lars Knoll --- src/gui/configure.json | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/src/gui/configure.json b/src/gui/configure.json index 8df63c8ee0..318efe5401 100644 --- a/src/gui/configure.json +++ b/src/gui/configure.json @@ -454,6 +454,8 @@ }, "freetype": { "label": "FreeType", + "purpose": "Supports the FreeType 2 font engine (and its supported font formats).", + "section": "Fonts", "output": [ "privateFeature", "feature" ] }, "system-freetype": { @@ -935,12 +937,6 @@ "condition": "features.temporaryfile", "output": [ "publicFeature", "feature" ] }, - "freetype": { - "label": "Freetype Font Engine", - "purpose": "Supports the FreeType 2 font engine (and its supported font formats).", - "section": "Fonts", - "output": [ "publicFeature", "feature" ] - }, "desktopservices": { "label": "QDesktopServices", "purpose": "Provides methods for accessing common desktop services.", -- cgit v1.2.3