xf86-input-evdev: upgrade to version 2.4.0

Signed-off-by: Yu Ke <ke.yu@intel.com>
This commit is contained in:
Yu Ke 2010-07-03 21:49:21 +08:00 committed by Richard Purdie
parent 45684232a5
commit cd7a91e968
3 changed files with 5 additions and 1 deletions

View File

@ -142,7 +142,7 @@ PREFERRED_VERSION_xcb-proto ?= "1.6"
PREFERRED_VERSION_libxcb ?= "1.6"
PREFERRED_VERSION_libxcb-nativesdk ?= "1.6"
PREFERRED_VERSION_libpciaccess ?= "0.11.0"
PREFERRED_VERSION_xf86-input-evdev ?= "2.3.2"
PREFERRED_VERSION_xf86-input-evdev ?= "2.4.0"
PREFERRED_VERSION_xf86-input-mouse ?= "1.5.0"
PREFERRED_VERSION_xf86-input-keyboard ?= "1.4.0"
PREFERRED_VERSION_xf86-input-synaptics ?= "1.2.1"

View File

@ -1,5 +1,6 @@
DESCRIPTION = "X driver"
HOMEPAGE = "http://www.x.org"
BUGTRACKER = "https://bugs.freedesktop.org"
SECTION = "x11/drivers"
LICENSE = "MIT-X"

View File

@ -2,3 +2,6 @@ require xf86-input-common.inc
DESCRIPTION = "X.Org X server -- evdev input driver"
LIC_FILES_CHKSUM = "file://COPYING;md5=ebf4ad82cd33b1432eacb1798a43c092"
PR = "r0"