summaryrefslogtreecommitdiff
path: root/pkg/libinput/config.h
diff options
context:
space:
mode:
authorMichael Forney <mforney@mforney.org>2017-07-03 18:59:29 -0700
committerMichael Forney <mforney@mforney.org>2017-07-03 19:02:09 -0700
commitb827b0f7eb781a0bf5823db463df52abfb661f55 (patch)
tree18b7569618fac5b5c29ee19ca985bcb263b27a7b /pkg/libinput/config.h
parentb2f16ee981155f9b9bfe614ecf79e5c012996fa3 (diff)
libinput: Update to 1.8.0
Diffstat (limited to 'pkg/libinput/config.h')
-rw-r--r--pkg/libinput/config.h16
1 files changed, 10 insertions, 6 deletions
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 <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.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 */