summaryrefslogtreecommitdiff
path: root/pkg
diff options
context:
space:
mode:
authorMichael Forney <mforney@mforney.org>2020-01-03 13:52:31 -0800
committerMichael Forney <mforney@mforney.org>2020-01-03 13:56:28 -0800
commit80bb604c1d77f1acb3d2d809c21d180483171e37 (patch)
treede42d906bcc85a6493670b7ed79f78f99265291f /pkg
parenta4b537e1b745e2957e1fa20625bf637d82b871da (diff)
libinput: Update to 1.15.0
Diffstat (limited to 'pkg')
-rw-r--r--pkg/libinput/config.h1
-rw-r--r--pkg/libinput/gen.lua7
m---------pkg/libinput/src0
-rw-r--r--pkg/libinput/ver2
4 files changed, 8 insertions, 2 deletions
diff --git a/pkg/libinput/config.h b/pkg/libinput/config.h
index 92e45ce0..a57254e2 100644
--- a/pkg/libinput/config.h
+++ b/pkg/libinput/config.h
@@ -1,5 +1,6 @@
#define HAVE_LIBWACOM 0
#define HAVE_VERSIONSORT 1
+#define HTTP_DOC_LINK "https://wayland.freedesktop.org/libinput/doc/1.15.0/"
#define LIBINPUT_QUIRKS_DIR "/share/libinput"
#define LIBINPUT_QUIRKS_OVERRIDE_FILE "/etc/libinput/local-overrides.quirks"
#define _GNU_SOURCE 1
diff --git a/pkg/libinput/gen.lua b/pkg/libinput/gen.lua
index d5ae365a..e940a437 100644
--- a/pkg/libinput/gen.lua
+++ b/pkg/libinput/gen.lua
@@ -14,7 +14,6 @@ pkg.deps = {
lib('libinput.a', [[
src/(
libinput.c
- libinput-util.c
evdev.c
evdev-debounce.c
evdev-fallback.c
@@ -41,6 +40,11 @@ lib('libinput.a', [[
path-seat.c
quirks.c
timer.c
+
+ util-list.c
+ util-ratelimit.c
+ util-strings.c
+ util-prop-parsers.c
)
$builddir/pkg/(
libevdev/libevdev.a
@@ -60,6 +64,7 @@ local quirks = {
'30-vendor-ibm.quirks',
'30-vendor-kensington.quirks',
'30-vendor-logitech.quirks',
+ '30-vendor-madcatz.quirks',
'30-vendor-microsoft.quirks',
'30-vendor-razer.quirks',
'30-vendor-synaptics.quirks',
diff --git a/pkg/libinput/src b/pkg/libinput/src
-Subproject a95661a7e8209f6f095f9785fdab92fdc075ee6
+Subproject 9448fcdbe63e55aa635c72c564bff68a4b9c93e
diff --git a/pkg/libinput/ver b/pkg/libinput/ver
index 00d152cf..f901cc30 100644
--- a/pkg/libinput/ver
+++ b/pkg/libinput/ver
@@ -1 +1 @@
-1.14.3 r0
+1.15.0 r0