mirror of
https://git.yoctoproject.org/poky
synced 2026-02-10 10:43:02 +01:00
It's not necessary to specify the protocol parameter when it's the default protocol for the fetcher, e.g. the default protocol for git fetcher it git, "protocol=git" isn't needed. (From OE-Core rev: a2bab241c64428d5109c3c5ac5de4463fbad70c5) Signed-off-by: Jackie Huang <jackie.huang@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
19 lines
606 B
BlitzBasic
19 lines
606 B
BlitzBasic
require xorg-driver-input.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."
|
|
|
|
SRCREV = "ea5cfe804e112f320f14ad896c7802d53551d3e6"
|
|
PV = "1.3.0+git${SRCPV}"
|
|
PR = "${INC_PR}.0"
|
|
|
|
SRC_URI = "git://anongit.freedesktop.org/git/xorg/driver/xf86-input-mouse \
|
|
file://unbreak.patch"
|
|
S = "${WORKDIR}/git"
|
|
|