commit: ce46e7b5099b98406dd7b6013d1ab50aa23de676
parent 4fc0bc7f76a9d167d3a3aa08f395541b79bcec94
Author: Michael Forney <mforney@mforney.org>
Date: Tue, 24 Oct 2017 01:21:51 -0700
libinput: Update to 1.9.0
Diffstat:
3 files changed, 5 insertions(+), 46 deletions(-)
diff --git a/pkg/libinput/config.h b/pkg/libinput/config.h
@@ -1,44 +1,3 @@
-#include <config-posix.h>
-
-/* #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.3"
-#define LIBINPUT_VERSION_MAJOR 1
-#define LIBINPUT_VERSION_MICRO 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.8.0"
-#define PACKAGE_NAME "libinput"
-#define PACKAGE_STRING "libinput 1.8.3"
-#define PACKAGE_TARNAME "libinput"
-#define PACKAGE_URL "http://www.freedesktop.org/wiki/Software/libinput/"
-#define PACKAGE_VERSION "1.8.3"
-#ifndef _ALL_SOURCE
-# define _ALL_SOURCE 1
-#endif
-#ifndef _GNU_SOURCE
-# define _GNU_SOURCE 1
-#endif
-#ifndef _POSIX_PTHREAD_SEMANTICS
-# define _POSIX_PTHREAD_SEMANTICS 1
-#endif
-#ifndef _TANDEM_SOURCE
-# define _TANDEM_SOURCE 1
-#endif
-#ifndef __EXTENSIONS__
-# define __EXTENSIONS__ 1
-#endif
-#define VERSION "1.8.3"
-/* #undef _MINIX */
-/* #undef _POSIX_1_SOURCE */
-/* #undef _POSIX_SOURCE */
-/* #undef static_assert */
+#define LIBINPUT_VERSION "1.9.0"
+#define HAVE_LIBWACOM 0
+#define _GNU_SOURCE 1
diff --git a/pkg/libinput/gen.lua b/pkg/libinput/gen.lua
@@ -17,7 +17,7 @@ lib('libinput.a', [[
libinput.c
libinput-util.c
evdev.c
- evdev-lid.c
+ evdev-fallback.c
evdev-middle-button.c
evdev-mt-touchpad.c
evdev-mt-touchpad-tap.c
diff --git a/pkg/libinput/rev b/pkg/libinput/rev
@@ -1 +1 @@
-7
+8