diff options
-rw-r--r-- | meta/conf/distro/include/preferred-xorg-versions.inc | 2 | ||||
-rw-r--r-- | meta/recipes-graphics/xorg-driver/xf86-input-mouse_1.6.0.bb (renamed from meta/recipes-graphics/xorg-driver/xf86-input-mouse_1.5.0.bb) | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/meta/conf/distro/include/preferred-xorg-versions.inc b/meta/conf/distro/include/preferred-xorg-versions.inc index 9a5100fcd7..7769528880 100644 --- a/meta/conf/distro/include/preferred-xorg-versions.inc +++ b/meta/conf/distro/include/preferred-xorg-versions.inc @@ -143,7 +143,7 @@ PREFERRED_VERSION_libxcb ?= "1.6" PREFERRED_VERSION_libxcb-nativesdk ?= "1.6" PREFERRED_VERSION_libpciaccess ?= "0.11.0" PREFERRED_VERSION_xf86-input-evdev ?= "2.5.0" -PREFERRED_VERSION_xf86-input-mouse ?= "1.5.0" +PREFERRED_VERSION_xf86-input-mouse ?= "1.6.0" PREFERRED_VERSION_xf86-input-keyboard ?= "1.4.0" PREFERRED_VERSION_xf86-input-synaptics ?= "1.2.1" PREFERRED_VERSION_xf86-video-intel ?= "2.12.0" diff --git a/meta/recipes-graphics/xorg-driver/xf86-input-mouse_1.5.0.bb b/meta/recipes-graphics/xorg-driver/xf86-input-mouse_1.6.0.bb index 44d60bf753..835b7b1773 100644 --- a/meta/recipes-graphics/xorg-driver/xf86-input-mouse_1.5.0.bb +++ b/meta/recipes-graphics/xorg-driver/xf86-input-mouse_1.6.0.bb @@ -2,4 +2,4 @@ require xf86-input-common.inc DESCRIPTION = "X.Org X server -- mouse input driver" -LIC_FILES_CHKSUM = "file://COPYING;md5=43eb754a9f368985c40a2a5370fc364a" +LIC_FILES_CHKSUM = "file://COPYING;md5=237eb1d1a602d29ef2af62d8fba60f19" |