diff options
| author | Michael Forney <mforney@mforney.org> | 2018-11-02 15:44:51 -0700 |
|---|---|---|
| committer | Michael Forney <mforney@mforney.org> | 2018-11-03 01:20:57 -0700 |
| commit | ad59e960b0170c57ed954336508b8ade4f899fc5 (patch) | |
| tree | e61be5a6533c4a8d8a846c5822569f2acb009633 /pkg/libinput/config.h | |
| parent | 067d550834f05b8941764d1c53d9875dddd0ff36 (diff) | |
libinput: Update to 1.12.2
Diffstat (limited to 'pkg/libinput/config.h')
| -rw-r--r-- | pkg/libinput/config.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/pkg/libinput/config.h b/pkg/libinput/config.h index 888b45b1..92e45ce0 100644 --- a/pkg/libinput/config.h +++ b/pkg/libinput/config.h @@ -1,3 +1,5 @@ -#define LIBINPUT_VERSION "1.11.3" #define HAVE_LIBWACOM 0 +#define HAVE_VERSIONSORT 1 +#define LIBINPUT_QUIRKS_DIR "/share/libinput" +#define LIBINPUT_QUIRKS_OVERRIDE_FILE "/etc/libinput/local-overrides.quirks" #define _GNU_SOURCE 1 |
