aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Smith <msmith@cbnco.com>2010-11-10 15:02:50 -0500
committerMichael Smith <msmith@cbnco.com>2010-11-11 07:47:13 -0500
commit6bd4101ffcdeab99946fa51c19bf870dd058ec30 (patch)
treec9a9bc3a69daed193bf9a03148ebbb4ff12ce9bb
parent2c41577edaa26a7f09c1727dcc2c9f2758e2deff (diff)
downloadopenembedded-6bd4101ffcdeab99946fa51c19bf870dd058ec30.tar.gz
xf86-input-mutouch: add latest git release
Fixes build with XINPUT ABI 7. Signed-off-by: Michael Smith <msmith@cbnco.com>
-rw-r--r--recipes/xorg-driver/xf86-input-mutouch_git.bb10
1 files changed, 10 insertions, 0 deletions
diff --git a/recipes/xorg-driver/xf86-input-mutouch_git.bb b/recipes/xorg-driver/xf86-input-mutouch_git.bb
new file mode 100644
index 0000000000..f72b03c669
--- /dev/null
+++ b/recipes/xorg-driver/xf86-input-mutouch_git.bb
@@ -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"