summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorPeter Hutterer <peter.hutterer@who-t.net>2016-03-17 11:02:50 +1000
committerPeter Hutterer <peter.hutterer@who-t.net>2016-03-30 15:45:58 +1000
commit5ea0a27ba60b8748ce06ecf63dad6275ad914835 (patch)
tree87f2a1cf38ccb3fdf953c3f1b47f186d0f8d694f /configure.ac
parent46b8381f0c8f0c1453ed2e58efa6bd033a7674d4 (diff)
Add parsing linux/input-event-codes.h, update to kernel v4.5
The kernel has split most of the event codes out to a new header but the FF_ bits are missing from that header. Until this is fixed upstream, change the event code parsing so it can take two files (using cat and stdin) so we can update the kernel headers again. Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net> Reviewed-by: Benjamin Tissoires <benjamin.tissoires@gmail.com>
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index 72b7489..88508f7 100644
--- a/configure.ac
+++ b/configure.ac
@@ -125,6 +125,7 @@ AC_SUBST([GCOV_LDFLAGS])
AC_MSG_RESULT([$enable_gcov])
AM_PATH_PYTHON([2.6])
+AC_PATH_PROG(CAT, [cat])
# nm to check for leaking symbols in the static library
AC_PATH_PROG(NM, [nm])