logo

oasis

Own branch of Oasis Linux (upstream: <https://git.sr.ht/~mcf/oasis/>) git clone https://anongit.hacktivis.me/git/oasis.git
commit: 58661f01e1432eb8ada0d7f19361a5393076cd2e
parent 3fc26fe988e254e567d128c1cdb581b0fe4dff13
Author: Michael Forney <mforney@mforney.org>
Date:   Tue,  4 Aug 2020 00:34:01 -0700

libinput: Update to 1.16.0

Diffstat:

Mpkg/libinput/config.h2+-
Mpkg/libinput/gen.lua2++
Mpkg/libinput/libinput-version.h6+++---
Mpkg/libinput/ver2+-
4 files changed, 7 insertions(+), 5 deletions(-)

diff --git 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 @@ -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 @@ -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/ver b/pkg/libinput/ver @@ -1 +1 @@ -1.15.6 r0 +1.16.0 r0