diff options
author | Chase Douglas <chase.douglas@canonical.com> | 2012-01-14 07:15:18 +0100 |
---|---|---|
committer | Chase Douglas <chase.douglas@canonical.com> | 2012-01-19 12:12:04 -0800 |
commit | dcdaea9b9ce3a5da28be2b96b71e6e61ec28481a (patch) | |
tree | 9e09f0339a26edc8fb2789d51e72acbfaa565e59 | |
parent | b15cb52ccd8da2910f7cb8288037afdc4ba507da (diff) |
UBUNTU: Depend on Precise X server for multitouch
-rw-r--r-- | configure.ac | 2 |
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 |