mirror of
https://git.yoctoproject.org/poky
synced 2026-07-26 19:17:07 +00:00
9ee3c77f4e
Add more detailed SUMMARY and DESCRIPTIONS to various graphics and graphics related components. I've recently gotten question from users what something is, or why it was needed.. this should go a long way toward answering those questions. Many of the descriptions were taken directly from the upstream location, where one was not available the Debian packages were consulted for information. Signed-off-by: Mark Hatle <mark.hatle@windriver.com>
17 lines
488 B
BlitzBasic
17 lines
488 B
BlitzBasic
require xorg-lib-common.inc
|
|
|
|
SUMMARY = "XFontCache: X Font Cache extension library"
|
|
|
|
DESCRIPTION = "FontCache is an extension that is used by X-TrueType to cache \
|
|
information about fonts."
|
|
|
|
DEPENDS += "libxext fontcacheproto"
|
|
LIC_FILES_CHKSUM = "file://COPYING;md5=62a75d5d3da40f1f6eb1cbe3bcc0a5d0"
|
|
PR = "r0"
|
|
PE = "1"
|
|
|
|
XORG_PN = "libXfontcache"
|
|
|
|
SRC_URI[md5sum] = "bbd37768c87f63cf2eb845b2c0f56515"
|
|
SRC_URI[sha256sum] = "0d639219549f51fa0e6b4414383f5d13e6c1638e66b3434f4626eb989ffacbce"
|