mirror of
https://github.com/X11Libre/xf86-input-synaptics.git
synced 2026-03-24 01:34:04 +00:00
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:
committed by
Peter Hutterer
parent
7ef9150d83
commit
56d32619b9
@@ -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
|
||||
# -----------------------------------------------------------------------------
|
||||
|
||||
Reference in New Issue
Block a user