From 80bb604c1d77f1acb3d2d809c21d180483171e37 Mon Sep 17 00:00:00 2001 From: Michael Forney Date: Fri, 3 Jan 2020 13:52:31 -0800 Subject: libinput: Update to 1.15.0 --- pkg/libinput/config.h | 1 + pkg/libinput/gen.lua | 7 ++++++- pkg/libinput/src | 2 +- pkg/libinput/ver | 2 +- 4 files changed, 9 insertions(+), 3 deletions(-) (limited to 'pkg/libinput') 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 index a95661a7..9448fcdb 160000 --- a/pkg/libinput/src +++ b/pkg/libinput/src @@ -1 +1 @@ -Subproject commit a95661a7e8209f6f095f9785fdab92fdc075ee63 +Subproject commit 9448fcdbe63e55aa635c72c564bff68a4b9c93e8 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 -- cgit v1.2.3