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 <lars.knoll@qt.io>
This commit is contained in:
Oswald Buddenhagen 2016-10-11 19:38:39 +02:00
parent 65d5bfc63d
commit 14a5086bd3

View File

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