aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-graphics/xorg-driver/xf86-input-synaptics_git.bb
diff options
context:
space:
mode:
authorLaurentiu Palcu <laurentiu.palcu@intel.com>2012-11-11 09:36:54 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2012-11-18 11:45:04 +0000
commit03d787efe0d83b20155508811f901b05a910940c (patch)
treeb03c33156c601ca06af12e700c1b162fdb7e71da /meta/recipes-graphics/xorg-driver/xf86-input-synaptics_git.bb
parentc7aacc09c4d3d68bdd6fa7419a7ea1c2b2a007ae (diff)
downloadopenembedded-core-contrib-03d787efe0d83b20155508811f901b05a910940c.tar.gz
xf86-input-synaptics: add mtdev dependency
After upgrading xserver to 1.13, multitouch support is automatically enabled in xf86-input-synaptics. Hence, the need for mtdev dependency. Signed-off-by: Laurentiu Palcu <laurentiu.palcu@intel.com>
Diffstat (limited to 'meta/recipes-graphics/xorg-driver/xf86-input-synaptics_git.bb')
-rw-r--r--meta/recipes-graphics/xorg-driver/xf86-input-synaptics_git.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-graphics/xorg-driver/xf86-input-synaptics_git.bb b/meta/recipes-graphics/xorg-driver/xf86-input-synaptics_git.bb
index 3b3db59974..73b8089439 100644
--- a/meta/recipes-graphics/xorg-driver/xf86-input-synaptics_git.bb
+++ b/meta/recipes-graphics/xorg-driver/xf86-input-synaptics_git.bb
@@ -10,9 +10,9 @@ advanced features of the touchpad to become available."
SRCREV = "934bc0012f948c52aadc8eda912f7728fb7394a2"
PV = "0.15.2+git${SRCPV}"
-PR = "${INC_PR}.0"
+PR = "${INC_PR}.1"
SRC_URI = "git://anongit.freedesktop.org/git/xorg/driver/xf86-input-synaptics;protocol=git"
S = "${WORKDIR}/git"
-DEPENDS += "libxi"
+DEPENDS += "libxi mtdev"