From 83e433769415f79d0e00c07708147e5c977d28bc Mon Sep 17 00:00:00 2001 From: Jussi Kukkonen Date: Mon, 12 Dec 2016 12:11:49 +0200 Subject: xf86-input-libinput: Upgrade 0.22 -> 0.23 Bug fixes + libinput now supports tablets (but wacom driver is used instead if it is installed). Signed-off-by: Jussi Kukkonen Signed-off-by: Ross Burton --- .../xorg-driver/xf86-input-libinput_0.22.0.bb | 11 ----------- .../xorg-driver/xf86-input-libinput_0.23.0.bb | 11 +++++++++++ 2 files changed, 11 insertions(+), 11 deletions(-) delete mode 100644 meta/recipes-graphics/xorg-driver/xf86-input-libinput_0.22.0.bb create mode 100644 meta/recipes-graphics/xorg-driver/xf86-input-libinput_0.23.0.bb diff --git a/meta/recipes-graphics/xorg-driver/xf86-input-libinput_0.22.0.bb b/meta/recipes-graphics/xorg-driver/xf86-input-libinput_0.22.0.bb deleted file mode 100644 index a102bbf79a..0000000000 --- a/meta/recipes-graphics/xorg-driver/xf86-input-libinput_0.22.0.bb +++ /dev/null @@ -1,11 +0,0 @@ -require xorg-driver-input.inc - -SUMMARY = "Generic input driver for the X.Org server based on libinput" -LIC_FILES_CHKSUM = "file://COPYING;md5=5e6b20ea2ef94a998145f0ea3f788ee0" - -DEPENDS += "libinput" - -SRC_URI[md5sum] = "e4364319f15f97dc2ef0ef62c8616826" -SRC_URI[sha256sum] = "c762b4072ed448e2ae9f35cebd7fec8df7fd42b3ae61462cc3b2f720a873eae2" - -FILES_${PN} += "${datadir}/X11/xorg.conf.d" diff --git a/meta/recipes-graphics/xorg-driver/xf86-input-libinput_0.23.0.bb b/meta/recipes-graphics/xorg-driver/xf86-input-libinput_0.23.0.bb new file mode 100644 index 0000000000..5c49abddec --- /dev/null +++ b/meta/recipes-graphics/xorg-driver/xf86-input-libinput_0.23.0.bb @@ -0,0 +1,11 @@ +require xorg-driver-input.inc + +SUMMARY = "Generic input driver for the X.Org server based on libinput" +LIC_FILES_CHKSUM = "file://COPYING;md5=5e6b20ea2ef94a998145f0ea3f788ee0" + +DEPENDS += "libinput" + +SRC_URI[md5sum] = "56ff43915a273c787ea8b93ccb83f835" +SRC_URI[sha256sum] = "0b53ebdfe8f8fc7554dd92af1b1c3088a6d3ec4ae1a33fc76f57d635c736a9dc" + +FILES_${PN} += "${datadir}/X11/xorg.conf.d" -- cgit 1.2.3-korg