blob: bdf61c11559f7af823307b79cef258c9ac821c46 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
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"
|