xf86-input-mutouch: add latest git release
authorMichael Smith <msmith@cbnco.com>
Wed, 10 Nov 2010 20:02:50 +0000 (15:02 -0500)
committerMichael Smith <msmith@cbnco.com>
Thu, 11 Nov 2010 12:47:13 +0000 (07:47 -0500)
Fixes build with XINPUT ABI 7.

Signed-off-by: Michael Smith <msmith@cbnco.com>
recipes/xorg-driver/xf86-input-mutouch_git.bb [new file with mode: 0644]

diff --git a/recipes/xorg-driver/xf86-input-mutouch_git.bb b/recipes/xorg-driver/xf86-input-mutouch_git.bb
new file mode 100644 (file)
index 0000000..f72b03c
--- /dev/null
@@ -0,0 +1,10 @@
+require xorg-driver-input.inc
+DESCRIPTION = "X.Org X server -- muTouch input driver"
+PE = "1"
+PR = "${INC_PR}.0"
+SRCREV = "db04a5333b545a0442b995bae47d2c5527a7459e"
+PV = "1.2.1+gitr${SRCREV}"
+
+SRC_URI = "git://anongit.freedesktop.org/xorg/driver/xf86-input-mutouch;protocol=git"
+
+S = "${WORKDIR}/git"