[OE-core] [PATCH] xf86-input-evdev: add mtdev dependency

Laurentiu Palcu laurentiu.palcu at intel.com
Mon Mar 25 08:48:32 UTC 2013


This is needed in order to have multitouch protocol enabled.

[YOCTO #4087]

Signed-off-by: Laurentiu Palcu <laurentiu.palcu at intel.com>
---
 .../xorg-driver/xf86-input-evdev_2.7.3.bb          |    4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/meta/recipes-graphics/xorg-driver/xf86-input-evdev_2.7.3.bb b/meta/recipes-graphics/xorg-driver/xf86-input-evdev_2.7.3.bb
index d979622..5c4a619 100644
--- a/meta/recipes-graphics/xorg-driver/xf86-input-evdev_2.7.3.bb
+++ b/meta/recipes-graphics/xorg-driver/xf86-input-evdev_2.7.3.bb
@@ -14,7 +14,9 @@ xorg.conf for each input device that will use this driver. "
 
 LIC_FILES_CHKSUM = "file://COPYING;md5=fefe33b1cf0cacba0e72e3b0fa0f0e16"
 
-PR = "${INC_PR}.0"
+PR = "${INC_PR}.1"
+
+DEPENDS += "mtdev"
 
 SRC_URI[md5sum] = "f68920ce2921a88b4662acc972bf3a4a"
 SRC_URI[sha256sum] = "eb389413602c3d28c44bbfab0477c98582f0e2f5be5f41986e58e93a033fa504"
-- 
1.7.9.5





More information about the Openembedded-core mailing list