diff options
| author | Michael Forney <mforney@mforney.org> | 2019-08-11 20:19:03 -0700 |
|---|---|---|
| committer | Michael Forney <mforney@mforney.org> | 2019-08-11 20:19:03 -0700 |
| commit | b01a4686b225788f6af9ac117d6a36bb086b53b5 (patch) | |
| tree | 566f84d243cf413cec419d9a6a0f3bb27153765c /pkg/libinput | |
| parent | 9c72f41ff84cfdde4680b25f76030f1b44db138a (diff) | |
libinput: Update to 1.14.0
Diffstat (limited to 'pkg/libinput')
| -rw-r--r-- | pkg/libinput/gen.lua | 5 | ||||
| -rw-r--r-- | pkg/libinput/libinput-version.h | 4 | ||||
| m--------- | pkg/libinput/src | 0 | ||||
| -rw-r--r-- | pkg/libinput/ver | 2 |
4 files changed, 6 insertions, 5 deletions
diff --git a/pkg/libinput/gen.lua b/pkg/libinput/gen.lua index b170f262..50bacea7 100644 --- 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 index 62d44198..cf53c7c6 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 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/src b/pkg/libinput/src -Subproject 67f9ff1db38d5dacb2a7bd28edf162ea05be652 +Subproject 67ade6c5c9a21e3f34a1c5c39522f13572d74a6 diff --git a/pkg/libinput/ver b/pkg/libinput/ver index 7f448b6d..e2e3bc21 100644 --- a/pkg/libinput/ver +++ b/pkg/libinput/ver @@ -1 +1 @@ -1.13.4 r2 +1.14.0 r0 |
