mirror of
https://git.yoctoproject.org/poky
synced 2026-07-16 15:57:04 +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>
16 lines
515 B
BlitzBasic
16 lines
515 B
BlitzBasic
SUMMARY = "XTrap: X event trapping extension library"
|
|
|
|
DESCRIPTION = "libXTrap provides an interface to the DEC-XTRAP \
|
|
extension, which allows for capture and synthesis of core input events."
|
|
|
|
require xorg-lib-common.inc
|
|
LIC_FILES_CHKSUM = "file://COPYING;md5=fe7cbb8cc97683303f7814685cc47305"
|
|
DEPENDS += "libxt trapproto libxext"
|
|
PR = "r1"
|
|
PE = "1"
|
|
|
|
XORG_PN = "libXTrap"
|
|
|
|
SRC_URI[md5sum] = "1e2d966b5b2b89910e418bb0f78e10de"
|
|
SRC_URI[sha256sum] = "cfd12ce675bd5cdeac3720582741fe81a99343bef475d440cb34a7f2cdfe34ba"
|