summaryrefslogtreecommitdiffstats
path: root/deps/libinput/libinput.SlackBuild
diff options
context:
space:
mode:
author Eric Hameleers <alien@slackware.com>2017-01-27 10:44:40 +0100
committer Eric Hameleers <alien@slackware.com>2017-01-27 10:44:40 +0100
commit3a9a6b03fe2e098d803f3db020a884a266f1b059 (patch)
tree991f31425090cbe2d1cf89a0c5a875b0594899cb /deps/libinput/libinput.SlackBuild
parent9acb3d93cc78968adcf962dbdc13c0d0c696df11 (diff)
downloadktown-3a9a6b03fe2e098d803f3db020a884a266f1b059.tar.gz
ktown-3a9a6b03fe2e098d803f3db020a884a266f1b059.tar.xz
deps: support the new and changed requirements for KDE 5_17.01
New: - libdmtx - libwacom - qrencode Upgraded: - PyQt - libinput - qt5 - qt5-webkit - sip
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 "}