logo

oasis

Own branch of Oasis Linux (upstream: <https://git.sr.ht/~mcf/oasis/>) git clone https://anongit.hacktivis.me/git/oasis.git
commit: b01a4686b225788f6af9ac117d6a36bb086b53b5
parent 9c72f41ff84cfdde4680b25f76030f1b44db138a
Author: Michael Forney <mforney@mforney.org>
Date:   Sun, 11 Aug 2019 20:19:03 -0700

libinput: Update to 1.14.0

Diffstat:

Mpkg/libinput/gen.lua5+++--
Mpkg/libinput/libinput-version.h4++--
Mpkg/libinput/ver2+-
3 files changed, 6 insertions(+), 5 deletions(-)

diff --git a/pkg/libinput/gen.lua b/pkg/libinput/gen.lua @@ -18,9 +18,11 @@ lib('libinput.a', [[ evdev.c evdev-debounce.c evdev-fallback.c + evdev-totem.c evdev-middle-button.c evdev-mt-touchpad.c evdev-mt-touchpad-tap.c + evdev-mt-touchpad-thumb.c evdev-mt-touchpad-buttons.c evdev-mt-touchpad-edge-scroll.c evdev-mt-touchpad-gestures.c @@ -53,9 +55,8 @@ local quirks = { '30-vendor-aiptek.quirks', '30-vendor-alps.quirks', '30-vendor-contour.quirks', - '30-vendor-cyapa.quirks', + '30-vendor-cypress.quirks', '30-vendor-elantech.quirks', - '30-vendor-huion.quirks', '30-vendor-ibm.quirks', '30-vendor-kensington.quirks', '30-vendor-logitech.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 13 +#define LIBINPUT_VERSION_MINOR 14 #define LIBINPUT_VERSION_MICRO 0 -#define LIBINPUT_VERSION "1.13.0" +#define LIBINPUT_VERSION "1.14.0" #endif diff --git a/pkg/libinput/ver b/pkg/libinput/ver @@ -1 +1 @@ -1.13.4 r2 +1.14.0 r0