From b827b0f7eb781a0bf5823db463df52abfb661f55 Mon Sep 17 00:00:00 2001 From: Michael Forney Date: Mon, 3 Jul 2017 18:59:29 -0700 Subject: libinput: Update to 1.8.0 --- pkg/libinput/config.h | 16 ++++++++++------ pkg/libinput/rev | 2 +- pkg/libinput/src | 2 +- 3 files changed, 12 insertions(+), 8 deletions(-) (limited to 'pkg/libinput') diff --git a/pkg/libinput/config.h b/pkg/libinput/config.h index cd2fd04e..7abc12b9 100644 --- a/pkg/libinput/config.h +++ b/pkg/libinput/config.h @@ -1,23 +1,27 @@ +#include + /* #undef ADDR2LINE */ +/* #undef BUILD_DEBUG_GUI */ /* #undef HAVE_ADDR2LINE */ #define HAVE_LIBM 1 #define HAVE_LIBRT 1 +/* #undef HAVE_LIBUDEV */ /* #undef HAVE_LIBUNWIND */ /* #undef HAVE_LIBWACOM */ /* #undef HAVE_LIBWACOM_GET_PAIRED_DEVICE */ #define HAVE_MEMORY_H 1 +#define LIBINPUT_VERSION "1.8.0" #define LIBINPUT_VERSION_MAJOR 1 #define LIBINPUT_VERSION_MICRO 0 -#define LIBINPUT_VERSION_MINOR 7 -#define LIBINPUT_VERSION "1.7.0" +#define LIBINPUT_VERSION_MINOR 8 #define LT_OBJDIR ".libs/" #define PACKAGE "libinput" -#define PACKAGE_BUGREPORT "https://bugs.freedesktop.org/enter_bug.cgi?product=Wayland&component=libinput&version=1.7.0" +#define PACKAGE_BUGREPORT "https://bugs.freedesktop.org/enter_bug.cgi?product=Wayland&component=libinput&version=1.8.0" #define PACKAGE_NAME "libinput" -#define PACKAGE_STRING "libinput 1.7.0" +#define PACKAGE_STRING "libinput 1.8.0" #define PACKAGE_TARNAME "libinput" #define PACKAGE_URL "http://www.freedesktop.org/wiki/Software/libinput/" -#define PACKAGE_VERSION "1.7.0" +#define PACKAGE_VERSION "1.8.0" #ifndef _ALL_SOURCE # define _ALL_SOURCE 1 #endif @@ -33,7 +37,7 @@ #ifndef __EXTENSIONS__ # define __EXTENSIONS__ 1 #endif -#define VERSION "1.7.0" +#define VERSION "1.8.0" /* #undef _MINIX */ /* #undef _POSIX_1_SOURCE */ /* #undef _POSIX_SOURCE */ diff --git a/pkg/libinput/rev b/pkg/libinput/rev index 00750edc..b8626c4c 100644 --- a/pkg/libinput/rev +++ b/pkg/libinput/rev @@ -1 +1 @@ -3 +4 diff --git a/pkg/libinput/src b/pkg/libinput/src index 6f2a85b6..d133fd16 160000 --- a/pkg/libinput/src +++ b/pkg/libinput/src @@ -1 +1 @@ -Subproject commit 6f2a85b6d21f22494b316b12ed656dbea59614bd +Subproject commit d133fd163f64b257e1c58955ae779bb5d22f3919 -- cgit v1.2.3