diff options
author | Yu Ke <ke.yu@intel.com> | 2011-04-09 21:26:45 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-04-18 05:44:21 +0100 |
commit | 0e9318cac2f587921bc8ca2b9c4300d83aafa14b (patch) | |
tree | 02b7aad27da4aaa5ea8a90f3d816d97c691f2f27 /meta/conf | |
parent | a59cb20da8eb66edcf6e99ca926609ecb80c5ae6 (diff) | |
download | openembedded-core-0e9318cac2f587921bc8ca2b9c4300d83aafa14b.tar.gz openembedded-core-0e9318cac2f587921bc8ca2b9c4300d83aafa14b.tar.bz2 openembedded-core-0e9318cac2f587921bc8ca2b9c4300d83aafa14b.zip |
xf86-input-mouse: upgrade from 1.6 to 1.7
Signed-off-by: Yu Ke <ke.yu@intel.com>
Diffstat (limited to 'meta/conf')
-rw-r--r-- | meta/conf/distro/include/preferred-xorg-versions.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/conf/distro/include/preferred-xorg-versions.inc b/meta/conf/distro/include/preferred-xorg-versions.inc index 109491f498..23eaace4b0 100644 --- a/meta/conf/distro/include/preferred-xorg-versions.inc +++ b/meta/conf/distro/include/preferred-xorg-versions.inc @@ -142,7 +142,7 @@ PREFERRED_VERSION_libxcb ?= "1.7" PREFERRED_VERSION_libxcb-nativesdk ?= "1.7" PREFERRED_VERSION_libpciaccess ?= "0.12.1" PREFERRED_VERSION_xf86-input-evdev ?= "2.6.0" -PREFERRED_VERSION_xf86-input-mouse ?= "1.6.0" +PREFERRED_VERSION_xf86-input-mouse ?= "1.7.0" PREFERRED_VERSION_xf86-input-keyboard ?= "1.6.0" PREFERRED_VERSION_xf86-input-synaptics ?= "1.4.0" PREFERRED_VERSION_xf86-video-intel ?= "2.14.0" |