diff options
-rw-r--r-- | meta/recipes-graphics/xorg-driver/xf86-input-mouse_git.bb | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/meta/recipes-graphics/xorg-driver/xf86-input-mouse_git.bb b/meta/recipes-graphics/xorg-driver/xf86-input-mouse_git.bb deleted file mode 100644 index d79a2e4dde..0000000000 --- a/meta/recipes-graphics/xorg-driver/xf86-input-mouse_git.bb +++ /dev/null | |||
@@ -1,18 +0,0 @@ | |||
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 | |||