mirror of
https://git.yoctoproject.org/poky
synced 2026-07-24 06:27:03 +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>
18 lines
529 B
BlitzBasic
18 lines
529 B
BlitzBasic
require xorg-lib-common.inc
|
|
|
|
SUMMARY = "XI: X Input extension library"
|
|
|
|
DESCRIPTION = "libxi is an extension to the X11 protocol to support \
|
|
input devices other than the core X keyboard and pointer. It allows \
|
|
client programs to select input from these devices independently from \
|
|
each other and independently from the core devices."
|
|
|
|
DEPENDS += "libxext inputproto"
|
|
PE = "1"
|
|
PV = "1.2.99.5+gitr${SRCPV}"
|
|
|
|
XORG_PN = "libXi"
|
|
|
|
SRC_URI = "git://anongit.freedesktop.org/git/xorg/lib/${XORG_PN};protocol=git"
|
|
S = "${WORKDIR}/git"
|