diff options
| author | Michael Forney <mforney@mforney.org> | 2020-02-20 13:21:05 -0800 |
|---|---|---|
| committer | Michael Forney <mforney@mforney.org> | 2020-02-20 18:00:49 -0800 |
| commit | 5f8507f279f8da4c85639c6bb2c0dadaa1b89c50 (patch) | |
| tree | 3b04405a1cf1b1e1652bfea2e573f64c18cb9ab8 /pkg/libinput | |
| parent | fac05879fd7b857d61ce5d34d45fe930fe0192a3 (diff) | |
libinput: Update to 1.15.2
Diffstat (limited to 'pkg/libinput')
| -rw-r--r-- | pkg/libinput/config.h | 2 | ||||
| -rw-r--r-- | pkg/libinput/libinput-version.h | 6 | ||||
| m--------- | pkg/libinput/src | 0 | ||||
| -rw-r--r-- | pkg/libinput/ver | 2 |
4 files changed, 5 insertions, 5 deletions
diff --git a/pkg/libinput/config.h b/pkg/libinput/config.h index 05dd5df1..6caec08f 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.1/" +#define HTTP_DOC_LINK "https://wayland.freedesktop.org/libinput/doc/1.15.2/" #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 84d61f9c..66d88946 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 14 -#define LIBINPUT_VERSION_MICRO 3 -#define LIBINPUT_VERSION "1.14.3" +#define LIBINPUT_VERSION_MINOR 15 +#define LIBINPUT_VERSION_MICRO 2 +#define LIBINPUT_VERSION "1.15.2" #endif diff --git a/pkg/libinput/src b/pkg/libinput/src -Subproject 2e39b89bd8e0108d0dc5c330f752b47df197e35 +Subproject 1b2fd011f2ab5c161511c2ebb225ff1b96f3955 diff --git a/pkg/libinput/ver b/pkg/libinput/ver index ca69d074..cd38f2b4 100644 --- a/pkg/libinput/ver +++ b/pkg/libinput/ver @@ -1 +1 @@ -1.15.1 r0 +1.15.2 r0 |
