summaryrefslogtreecommitdiffstats
path: root/deps/libinput/libinput.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'deps/libinput/libinput.SlackBuild')
-rwxr-xr-xdeps/libinput/libinput.SlackBuild6
1 files changed, 3 insertions, 3 deletions
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 "}