diff options
author | Laurentiu Palcu <laurentiu.palcu@intel.com> | 2013-06-10 16:19:14 +0300 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-06-13 17:37:53 +0100 |
commit | 38992002d6fcf8147b2f2a0172d8acefbdcbfe8d (patch) | |
tree | fb4f804fb1ce0286093670ec909d824b8c988510 /meta/recipes-graphics/xorg-driver/xf86-input-synaptics_1.7.1.bb | |
parent | b255ebbf8283568d732827086bf0bd2b8db1d905 (diff) | |
download | openembedded-core-38992002d6fcf8147b2f2a0172d8acefbdcbfe8d.tar.gz openembedded-core-38992002d6fcf8147b2f2a0172d8acefbdcbfe8d.tar.bz2 openembedded-core-38992002d6fcf8147b2f2a0172d8acefbdcbfe8d.zip |
xf86-input-synaptics: upgrade to 1.7.1
Signed-off-by: Laurentiu Palcu <laurentiu.palcu@intel.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Diffstat (limited to 'meta/recipes-graphics/xorg-driver/xf86-input-synaptics_1.7.1.bb')
-rw-r--r-- | meta/recipes-graphics/xorg-driver/xf86-input-synaptics_1.7.1.bb | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/meta/recipes-graphics/xorg-driver/xf86-input-synaptics_1.7.1.bb b/meta/recipes-graphics/xorg-driver/xf86-input-synaptics_1.7.1.bb new file mode 100644 index 0000000000..9125613309 --- /dev/null +++ b/meta/recipes-graphics/xorg-driver/xf86-input-synaptics_1.7.1.bb @@ -0,0 +1,20 @@ +require xorg-driver-input.inc + +#SRC_URI += "file://configurefix.patch" + +SUMMARY = "X.Org X server -- synaptics touchpad input driver" + +DESCRIPTION = "synaptics is an Xorg input driver for the touchpads from \ +Synaptics Incorporated. Even though these touchpads (by default, \ +operating in a compatibility mode emulating a standard mouse) can be \ +handled by the normal evdev or mouse drivers, this driver allows more \ +advanced features of the touchpad to become available." + +LIC_FILES_CHKSUM = "file://COPYING;md5=55aacd3535a741824955c5eb8f061398" + +SRC_URI[md5sum] = "6505de717972b6a24b8eb13e69eb996c" +SRC_URI[sha256sum] = "db5825660e1fb23190697f609bf75d4450fe707344a14298e1c9b47039bbb58e" + +DEPENDS += "libxi mtdev" + +FILES_${PN} += "${datadir}/X11/xorg.conf.d" |