diff options
author | Laurentiu Palcu <laurentiu.palcu@intel.com> | 2012-11-11 09:36:54 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-11-18 11:45:04 +0000 |
commit | 03d787efe0d83b20155508811f901b05a910940c (patch) | |
tree | b03c33156c601ca06af12e700c1b162fdb7e71da /meta/recipes-graphics/xorg-driver | |
parent | c7aacc09c4d3d68bdd6fa7419a7ea1c2b2a007ae (diff) | |
download | openembedded-core-03d787efe0d83b20155508811f901b05a910940c.tar.gz openembedded-core-03d787efe0d83b20155508811f901b05a910940c.tar.bz2 openembedded-core-03d787efe0d83b20155508811f901b05a910940c.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>
Diffstat (limited to 'meta/recipes-graphics/xorg-driver')
-rw-r--r-- | meta/recipes-graphics/xorg-driver/xf86-input-synaptics_1.6.2.bb | 4 | ||||
-rw-r--r-- | meta/recipes-graphics/xorg-driver/xf86-input-synaptics_git.bb | 4 |
2 files changed, 4 insertions, 4 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 193bd08870..8a94bfdbff 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,11 +12,11 @@ advanced features of the touchpad to become available." LIC_FILES_CHKSUM = "file://COPYING;md5=e395e21f3c21d4fc3a243783e85e9ab5" -PR = "${INC_PR}.0" +PR = "${INC_PR}.1" SRC_URI[md5sum] = "9914022a173e3f0ccfe7137ab84f6133" SRC_URI[sha256sum] = "c3f7d6a085d480c352f030aeb43db2e5560d1468ed34be24d44a0fc3fda25920" -DEPENDS += "libxi" +DEPENDS += "libxi mtdev" FILES_${PN} += "${datadir}/X11/xorg.conf.d" 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" |