diff options
| author | Michael Forney <mforney@mforney.org> | 2020-03-05 22:00:42 -0800 |
|---|---|---|
| committer | Michael Forney <mforney@mforney.org> | 2020-03-05 22:00:42 -0800 |
| commit | b5892d65c6ceb99ef25777e33e035394de0a46b8 (patch) | |
| tree | 2ddf4a4172c048f0c5aacf9f9a881809da45a6d9 | |
| parent | c8a76e9625f18cf230a25efad5f531b7c21bc590 (diff) | |
libinput: Update to 1.15.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 6caec08f..26989ffe 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.15.2/" +#define HTTP_DOC_LINK "https://wayland.freedesktop.org/libinput/doc/1.15.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 66d88946..c5916d8d 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 15 -#define LIBINPUT_VERSION_MICRO 2 -#define LIBINPUT_VERSION "1.15.2" +#define LIBINPUT_VERSION_MICRO 3 +#define LIBINPUT_VERSION "1.15.3" #endif diff --git a/pkg/libinput/src b/pkg/libinput/src -Subproject 1b2fd011f2ab5c161511c2ebb225ff1b96f3955 +Subproject 6ba2cbcdf81e0d4d9451febcb53e3f565000d09 diff --git a/pkg/libinput/ver b/pkg/libinput/ver index cd38f2b4..ae7ac1a8 100644 --- a/pkg/libinput/ver +++ b/pkg/libinput/ver @@ -1 +1 @@ -1.15.2 r0 +1.15.3 r0 |
