Add touch device class support

Signed-off-by: Chase Douglas <chase.douglas@canonical.com>
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
This commit is contained in:
Chase Douglas
2012-01-19 13:05:47 -08:00
committed by Peter Hutterer
parent 7ef9150d83
commit 56d32619b9
3 changed files with 80 additions and 5 deletions

View File

@@ -64,6 +64,11 @@ AC_SUBST([sdkdir])
DRIVER_NAME=synaptics
AC_SUBST([DRIVER_NAME])
PKG_CHECK_MODULES(XI22, [inputproto >= 2.1.99.3] [xorg-server >= 1.11.99.901], HAVE_XI22="yes", HAVE_XI22="no")
if test "x$HAVE_XI22" = xyes; then
AC_DEFINE(HAVE_MULTITOUCH, 1, [XI2.2 available])
fi
# -----------------------------------------------------------------------------
# Configuration options
# -----------------------------------------------------------------------------