Patrick Williams | c124f4f | 2015-09-15 14:41:29 -0500 | [diff] [blame] | 1 | require xorg-driver-input.inc |
| 2 | |
| 3 | SUMMARY = "X.Org X server -- mouse input driver" |
| 4 | |
| 5 | DESCRIPTION = "mouse is an Xorg input driver for mice. The driver \ |
| 6 | supports most available mouse types and interfaces. The mouse driver \ |
| 7 | functions as a pointer input device, and may be used as the X server's \ |
| 8 | core pointer. Multiple mice are supported by multiple instances of this \ |
| 9 | driver." |
| 10 | |
| 11 | SRCREV = "ea5cfe804e112f320f14ad896c7802d53551d3e6" |
| 12 | PV = "1.3.0+git${SRCPV}" |
| 13 | PR = "${INC_PR}.0" |
| 14 | |
| 15 | SRC_URI = "git://anongit.freedesktop.org/git/xorg/driver/xf86-input-mouse \ |
| 16 | file://unbreak.patch" |
| 17 | S = "${WORKDIR}/git" |
| 18 | |