summaryrefslogtreecommitdiffstats
path: root/rules/libinput.make
diff options
context:
space:
mode:
authorPhilipp Zabel <p.zabel@pengutronix.de>2020-01-06 10:50:42 +0100
committerMichael Olbrich <m.olbrich@pengutronix.de>2020-01-23 17:08:35 +0100
commitdd4cd3346fa401f696f7eb71f959b4d1be814b60 (patch)
treec48cf13be6f9802eccddff47cd7ee207bed1dd8b /rules/libinput.make
parent3a69003b2b62807c4b6e7eb41a96248c7eae7bf7 (diff)
downloadptxdist-dd4cd3346fa401f696f7eb71f959b4d1be814b60.tar.gz
ptxdist-dd4cd3346fa401f696f7eb71f959b4d1be814b60.tar.xz
libinput: version bump 1.14.3 -> 1.15.0
Fix the PTXdist dummy quirk, libinput expects both a match and a quirk property. Signed-off-by: Philipp Zabel <p.zabel@pengutronix.de> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to 'rules/libinput.make')
-rw-r--r--rules/libinput.make4
1 files changed, 2 insertions, 2 deletions
diff --git a/rules/libinput.make b/rules/libinput.make
index 22cdeebd8..6d1659f71 100644
--- a/rules/libinput.make
+++ b/rules/libinput.make
@@ -14,8 +14,8 @@ PACKAGES-$(PTXCONF_LIBINPUT) += libinput
#
# Paths and names
#
-LIBINPUT_VERSION := 1.14.3
-LIBINPUT_MD5 := d052faa64eb6d2e649e582cc0fcf6e32
+LIBINPUT_VERSION := 1.15.0
+LIBINPUT_MD5 := d5fe153c4b1d69ec35dc846588cd47ec
LIBINPUT := libinput-$(LIBINPUT_VERSION)
LIBINPUT_SUFFIX := tar.xz
LIBINPUT_URL := http://www.freedesktop.org/software/libinput/$(LIBINPUT).$(LIBINPUT_SUFFIX)