diff options
author | Laurentiu Palcu <laurentiu.palcu@intel.com> | 2012-11-14 15:21:09 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-11-19 16:50:57 +0000 |
commit | 6b2ffa1637d9ae067753102efeb78d1eb42a0b8a (patch) | |
tree | e95dc4fef0b483d95aa92c0d15647b0a7b57e309 | |
parent | 6eebd1699f9efba834e51a0772eab253184af914 (diff) | |
download | openembedded-core-6b2ffa1637d9ae067753102efeb78d1eb42a0b8a.tar.gz openembedded-core-6b2ffa1637d9ae067753102efeb78d1eb42a0b8a.tar.bz2 openembedded-core-6b2ffa1637d9ae067753102efeb78d1eb42a0b8a.zip |
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>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | meta/recipes-graphics/xorg-driver/xf86-input-synaptics_1.6.2.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-graphics/xorg-driver/xf86-input-synaptics_1.6.2.bb b/meta/recipes-graphics/xorg-driver/xf86-input-synaptics_1.6.2.bb index 8a94bfdbff..c28aff4ff8 100644 --- a/meta/recipes-graphics/xorg-driver/xf86-input-synaptics_1.6.2.bb +++ b/meta/recipes-graphics/xorg-driver/xf86-input-synaptics_1.6.2.bb @@ -12,7 +12,7 @@ advanced features of the touchpad to become available." LIC_FILES_CHKSUM = "file://COPYING;md5=e395e21f3c21d4fc3a243783e85e9ab5" -PR = "${INC_PR}.1" +PR = "${INC_PR}.2" SRC_URI[md5sum] = "9914022a173e3f0ccfe7137ab84f6133" SRC_URI[sha256sum] = "c3f7d6a085d480c352f030aeb43db2e5560d1468ed34be24d44a0fc3fda25920" |