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-20 15:31:53 +0000 |
commit | f2be9561d9f07e89d3d65aa6301c3e7bceab8d79 (patch) | |
tree | 9ce9a2d2aab13cea58fa75f3768cd39e8da5b77a /meta/recipes-graphics/xorg-driver | |
parent | fe5256ded59b05cb062b31b747d51ef00ca15dbb (diff) | |
download | poky-f2be9561d9f07e89d3d65aa6301c3e7bceab8d79.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.
(From OE-Core rev: 6b2ffa1637d9ae067753102efeb78d1eb42a0b8a)
Signed-off-by: Laurentiu Palcu <laurentiu.palcu@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-graphics/xorg-driver')
-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." | |||
12 | 12 | ||
13 | LIC_FILES_CHKSUM = "file://COPYING;md5=e395e21f3c21d4fc3a243783e85e9ab5" | 13 | LIC_FILES_CHKSUM = "file://COPYING;md5=e395e21f3c21d4fc3a243783e85e9ab5" |
14 | 14 | ||
15 | PR = "${INC_PR}.1" | 15 | PR = "${INC_PR}.2" |
16 | 16 | ||
17 | SRC_URI[md5sum] = "9914022a173e3f0ccfe7137ab84f6133" | 17 | SRC_URI[md5sum] = "9914022a173e3f0ccfe7137ab84f6133" |
18 | SRC_URI[sha256sum] = "c3f7d6a085d480c352f030aeb43db2e5560d1468ed34be24d44a0fc3fda25920" | 18 | SRC_URI[sha256sum] = "c3f7d6a085d480c352f030aeb43db2e5560d1468ed34be24d44a0fc3fda25920" |