summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChase Douglas <chase.douglas@canonical.com>2012-01-14 07:15:18 +0100
committerChase Douglas <chase.douglas@canonical.com>2012-01-19 12:12:04 -0800
commitdcdaea9b9ce3a5da28be2b96b71e6e61ec28481a (patch)
tree9e09f0339a26edc8fb2789d51e72acbfaa565e59
parentb15cb52ccd8da2910f7cb8288037afdc4ba507da (diff)
UBUNTU: Depend on Precise X server for multitouch
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index f8c7259..d6316f8 100644
--- a/configure.ac
+++ b/configure.ac
@@ -64,7 +64,7 @@ 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")
+PKG_CHECK_MODULES(XI22, [inputproto >= 2.1.99.3] [xorg-server >= 1.11.3], HAVE_XI22="yes", HAVE_XI22="no")
if test "x$HAVE_XI22" = xyes; then
AC_DEFINE(HAVE_MULTITOUCH, 1, [XI2.2 available])
fi