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>
18 lines
566 B
BlitzBasic
18 lines
566 B
BlitzBasic
require xf86-input-common.inc
|
|
|
|
SUMMARY = "X.Org X server -- mouse input driver"
|
|
|
|
DESCRIPTION = "mouse is an Xorg input driver for mice. The driver \
|
|
supports most available mouse types and interfaces. The mouse driver \
|
|
functions as a pointer input device, and may be used as the X server's \
|
|
core pointer. Multiple mice are supported by multiple instances of this \
|
|
driver."
|
|
|
|
PV = "1.3.0+git${SRCPV}"
|
|
PR = "r2"
|
|
|
|
SRC_URI = "git://anongit.freedesktop.org/git/xorg/driver/xf86-input-mouse;protocol=git \
|
|
file://unbreak.patch;patch=1"
|
|
S = "${WORKDIR}/git"
|
|
|