summaryrefslogtreecommitdiff
path: root/pkg/libinput
diff options
context:
space:
mode:
authorMichael Forney <mforney@mforney.org>2020-08-04 00:34:01 -0700
committerMichael Forney <mforney@mforney.org>2020-08-04 02:29:58 -0700
commit58661f01e1432eb8ada0d7f19361a5393076cd2e (patch)
tree0aa36064b41925c045e2a38d703cf70adae78c23 /pkg/libinput
parent3fc26fe988e254e567d128c1cdb581b0fe4dff13 (diff)
libinput: Update to 1.16.0
Diffstat (limited to 'pkg/libinput')
-rw-r--r--pkg/libinput/config.h2
-rw-r--r--pkg/libinput/gen.lua2
-rw-r--r--pkg/libinput/libinput-version.h6
m---------pkg/libinput/src0
-rw-r--r--pkg/libinput/ver2
5 files changed, 7 insertions, 5 deletions
diff --git a/pkg/libinput/config.h b/pkg/libinput/config.h
index c09b91ee..c5e94258 100644
--- a/pkg/libinput/config.h
+++ b/pkg/libinput/config.h
@@ -1,6 +1,6 @@
#define HAVE_LIBWACOM 0
#define HAVE_VERSIONSORT 1
-#define HTTP_DOC_LINK "https://wayland.freedesktop.org/libinput/doc/1.15.6/"
+#define HTTP_DOC_LINK "https://wayland.freedesktop.org/libinput/doc/1.16.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 f8f1c3a5..b4aefa63 100644
--- a/pkg/libinput/gen.lua
+++ b/pkg/libinput/gen.lua
@@ -36,6 +36,7 @@ lib('libinput.a', [[
filter-low-dpi.c
filter-mouse.c
filter-touchpad.c
+ filter-touchpad-flat.c
filter-touchpad-x230.c
filter-tablet.c
filter-trackpoint.c
@@ -54,6 +55,7 @@ lib('libinput.a', [[
]])
local quirks = {
+ -- <cd src/quirks && printf "\t'%s',\n" *.quirks
'10-generic-keyboard.quirks',
'10-generic-lid.quirks',
'10-generic-trackball.quirks',
diff --git a/pkg/libinput/libinput-version.h b/pkg/libinput/libinput-version.h
index 730712c8..3c69ca81 100644
--- a/pkg/libinput/libinput-version.h
+++ b/pkg/libinput/libinput-version.h
@@ -25,8 +25,8 @@
#define LIBINPUT_VERSION_H
#define LIBINPUT_VERSION_MAJOR 1
-#define LIBINPUT_VERSION_MINOR 15
-#define LIBINPUT_VERSION_MICRO 6
-#define LIBINPUT_VERSION "1.15.6"
+#define LIBINPUT_VERSION_MINOR 16
+#define LIBINPUT_VERSION_MICRO 0
+#define LIBINPUT_VERSION "1.16.0"
#endif
diff --git a/pkg/libinput/src b/pkg/libinput/src
-Subproject f29c3a146be922c4dcd64fb8ec508fa26c6c0b3
+Subproject 96fbf3f31d4f4d21ec877d1869dd8f52c90a050
diff --git a/pkg/libinput/ver b/pkg/libinput/ver
index ea282c73..4413abdb 100644
--- a/pkg/libinput/ver
+++ b/pkg/libinput/ver
@@ -1 +1 @@
-1.15.6 r0
+1.16.0 r0