summaryrefslogtreecommitdiffstats
path: root/deps/libinput
diff options
context:
space:
mode:
Diffstat (limited to 'deps/libinput')
-rw-r--r--deps/libinput/.url2
-rwxr-xr-xdeps/libinput/libinput.SlackBuild6
2 files changed, 4 insertions, 4 deletions
diff --git a/deps/libinput/.url b/deps/libinput/.url
index bed45d5..9460ebe 100644
--- a/deps/libinput/.url
+++ b/deps/libinput/.url
@@ -1,2 +1,2 @@
-https://www.freedesktop.org/software/libinput/libinput-1.3.3.tar.xz
+https://www.freedesktop.org/software/libinput/libinput-1.5.4.tar.xz
diff --git a/deps/libinput/libinput.SlackBuild b/deps/libinput/libinput.SlackBuild
index 03879eb..209ed8a 100755
--- a/deps/libinput/libinput.SlackBuild
+++ b/deps/libinput/libinput.SlackBuild
@@ -1,6 +1,6 @@
#!/bin/sh
# Copyright 2016 Patrick J. Volkerding, Sebeka, MN, USA
-# Copyright 2016 Eric Hameleers, Eindhoven, NL
+# Copyright 2016, 2017 Eric Hameleers, Eindhoven, NL
# All rights reserved.
#
# Permission to use, copy, modify, and distribute this software for
@@ -24,11 +24,11 @@
PKGNAM=libinput
-VERSION=${VERSION:-1.3.3}
+VERSION=${VERSION:-1.5.4}
BUILD=${BUILD:-1}
# Support for (wacom) tablets requires libwacom as additional dependency:
-TABLET_SUPPORT=${TABLET_SUPPORT:-"NO"}
+TABLET_SUPPORT=${TABLET_SUPPORT:-"YES"}
NUMJOBS=${NUMJOBS:" -j4 "}