diff options
| author | Michael Forney <mforney@mforney.org> | 2021-05-27 00:01:03 -0700 |
|---|---|---|
| committer | Michael Forney <mforney@mforney.org> | 2021-05-27 01:23:32 -0700 |
| commit | b6908ccb56a16367e6f7e5e4d91e90854bacb280 (patch) | |
| tree | 792dbd8076794f4e660d38f91756c6d5e32fc82e | |
| parent | cdd4c5c473f1ff880ef5370f590a5401fe3546d2 (diff) | |
libinput: Update to 1.17.3
| -rw-r--r-- | pkg/libinput/config.h | 2 | ||||
| -rw-r--r-- | pkg/libinput/libinput-version.h | 4 | ||||
| m--------- | pkg/libinput/src | 0 | ||||
| -rw-r--r-- | pkg/libinput/ver | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/pkg/libinput/config.h b/pkg/libinput/config.h index d60deb47..f8b22621 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.2/" +#define HTTP_DOC_LINK "https://wayland.freedesktop.org/libinput/doc/1.17.3/" #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/libinput-version.h b/pkg/libinput/libinput-version.h index 0a09c6f7..ae231daa 100644 --- a/pkg/libinput/libinput-version.h +++ b/pkg/libinput/libinput-version.h @@ -26,7 +26,7 @@ #define LIBINPUT_VERSION_MAJOR 1 #define LIBINPUT_VERSION_MINOR 17 -#define LIBINPUT_VERSION_MICRO 2 -#define LIBINPUT_VERSION "1.17.2" +#define LIBINPUT_VERSION_MICRO 3 +#define LIBINPUT_VERSION "1.17.3" #endif diff --git a/pkg/libinput/src b/pkg/libinput/src -Subproject efb8bf06953bad07c05c2eb98415642e4406aa2 +Subproject 5b98fb9326a50edc562be646283660842f51828 diff --git a/pkg/libinput/ver b/pkg/libinput/ver index ba0fcd66..26901ef3 100644 --- a/pkg/libinput/ver +++ b/pkg/libinput/ver @@ -1 +1 @@ -1.17.2 r1 +1.17.3 r0 |
