diff options
| author | Michael Forney <mforney@mforney.org> | 2021-06-05 14:15:43 -0700 |
|---|---|---|
| committer | Michael Forney <mforney@mforney.org> | 2021-06-06 03:04:01 -0700 |
| commit | 31c05f46507205d9d5ee389232e86dfc17a74bff (patch) | |
| tree | 0bb63311845f2aecf70bf5f80c2185417d7bb453 /pkg | |
| parent | 31b3e97804c5840f66a3e4b53b242de978dae7e1 (diff) | |
libinput: Update to 1.18.0
Diffstat (limited to 'pkg')
| -rw-r--r-- | pkg/libinput/config.h | 2 | ||||
| -rw-r--r-- | pkg/libinput/gen.lua | 1 | ||||
| -rw-r--r-- | pkg/libinput/libinput-version.h | 6 | ||||
| m--------- | pkg/libinput/src | 0 | ||||
| -rw-r--r-- | pkg/libinput/ver | 2 |
5 files changed, 6 insertions, 5 deletions
diff --git a/pkg/libinput/config.h b/pkg/libinput/config.h index f8b22621..e4c7253f 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.17.3/" +#define HTTP_DOC_LINK "https://wayland.freedesktop.org/libinput/doc/1.18.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 b4aefa63..e90bc438 100644 --- a/pkg/libinput/gen.lua +++ b/pkg/libinput/gen.lua @@ -80,6 +80,7 @@ local quirks = { '50-system-chicony.quirks', '50-system-cyborg.quirks', '50-system-dell.quirks', + '50-system-gigabyte.quirks', '50-system-google.quirks', '50-system-hp.quirks', '50-system-lenovo.quirks', diff --git a/pkg/libinput/libinput-version.h b/pkg/libinput/libinput-version.h index ae231daa..6a91c676 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 17 -#define LIBINPUT_VERSION_MICRO 3 -#define LIBINPUT_VERSION "1.17.3" +#define LIBINPUT_VERSION_MINOR 18 +#define LIBINPUT_VERSION_MICRO 0 +#define LIBINPUT_VERSION "1.18.0" #endif diff --git a/pkg/libinput/src b/pkg/libinput/src -Subproject 5b98fb9326a50edc562be646283660842f51828 +Subproject 6d56951ae2fd366484130fa2d0331559f7a7aaa diff --git a/pkg/libinput/ver b/pkg/libinput/ver index 26901ef3..b79822f2 100644 --- a/pkg/libinput/ver +++ b/pkg/libinput/ver @@ -1 +1 @@ -1.17.3 r0 +1.18.0 r0 |
