From fac1a41c75a7c4bfabff34dc8ed1dff2587c6011 Mon Sep 17 00:00:00 2001 From: Peter Hutterer Date: Fri, 11 Nov 2011 15:57:26 +1000 Subject: Add the required defines to compile against the inputproto Signed-off-by: Peter Hutterer --- configure.ac | 2 ++ 1 file changed, 2 insertions(+) diff --git a/configure.ac b/configure.ac index cfff2d4..381883b 100644 --- a/configure.ac +++ b/configure.ac @@ -57,6 +57,8 @@ AC_ARG_ENABLE(multitouch, if test "x$MULTITOUCH" = xyes; then AC_DEFINE(MULTITOUCH, 1, [Enable experimental multitouch code]) + AC_DEFINE(XINPUT2_1_USE_UNSTABLE_PROTOCOL, 1, [Enable XI 2.1 protocol]) + AC_DEFINE(XINPUT2_2_USE_UNSTABLE_PROTOCOL, 1, [Enable XI 2.2 protocol]) # Obtain compiler/linker options for mtdev PKG_CHECK_MODULES(MTDEV, mtdev) -- cgit v1.2.3