diff options
Diffstat (limited to 'meta/recipes-graphics/fontconfig/fontconfig_2.8.0.bb')
-rw-r--r-- | meta/recipes-graphics/fontconfig/fontconfig_2.8.0.bb | 12 |
1 files changed, 10 insertions, 2 deletions
diff --git a/meta/recipes-graphics/fontconfig/fontconfig_2.8.0.bb b/meta/recipes-graphics/fontconfig/fontconfig_2.8.0.bb index 8d2d6b57df..3cdfc04076 100644 --- a/meta/recipes-graphics/fontconfig/fontconfig_2.8.0.bb +++ b/meta/recipes-graphics/fontconfig/fontconfig_2.8.0.bb | |||
@@ -1,5 +1,13 @@ | |||
1 | SUMMARY = "Font configuration and customization library" | 1 | SUMMARY = "Generic font configuration library" |
2 | DESCRIPTION = "A library for configuring and customizing font access." | 2 | DESCRIPTION = "Fontconfig is a font configuration and customization library, which \ |
3 | does not depend on the X Window System. It is designed to locate \ | ||
4 | fonts within the system and select them according to requirements \ | ||
5 | specified by applications. \ | ||
6 | Fontconfig is not a rasterization library, nor does it impose a \ | ||
7 | particular rasterization library on the application. The X-specific \ | ||
8 | library 'Xft' uses fontconfig along with freetype to specify and \ | ||
9 | rasterize fonts." | ||
10 | |||
3 | HOMEPAGE = "http://www.fontconfig.org" | 11 | HOMEPAGE = "http://www.fontconfig.org" |
4 | BUGTRACKER = "https://bugs.freedesktop.org/enter_bug.cgi?product=fontconfig" | 12 | BUGTRACKER = "https://bugs.freedesktop.org/enter_bug.cgi?product=fontconfig" |
5 | 13 | ||