]> code.ossystems Code Review - openembedded-core.git/commitdiff
xf86-input-synaptics: add mtdev dependency
authorLaurentiu Palcu <laurentiu.palcu@intel.com>
Sun, 11 Nov 2012 07:36:54 +0000 (09:36 +0200)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sun, 18 Nov 2012 11:45:04 +0000 (11:45 +0000)
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>
meta/recipes-graphics/xorg-driver/xf86-input-synaptics_1.6.2.bb
meta/recipes-graphics/xorg-driver/xf86-input-synaptics_git.bb

index 193bd08870f5018612d26e3d2621aaa246705960..8a94bfdbff451d1941f2d2fa3666c513f7afc531 100644 (file)
@@ -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"
index 3b3db599746d9ff5d962d1939c278d6222126a97..73b8089439f4a21d6390e07f82fe1c913cb77ee0 100644 (file)
@@ -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"