summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Morell <rmorell@nvidia.com>2013-03-12 09:37:43 -0700
committerPeter Hutterer <peter.hutterer@who-t.net>2013-04-02 15:49:45 +1000
commit44def3caf002f9fc53b971014e4e2d62afe39435 (patch)
tree2a4b54da0c5d3688f4b74d22750f044fbcab62c7
parent27a49db31a146b8e2f1133c23262ecadc5ff4157 (diff)
configure.ac: Require inputproto 2.3
This picks up support for Xi pointer barriers in the protocol. Signed-off-by: Robert Morell <rmorell@nvidia.com> Reviewed-by: Peter Hutterer <peter.hutterer@who-t.net> Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net> (cherry picked from commit 31595b528645a7e4903eb81da0fc332d78407f25)
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 6e1ff65c4..44982b3e2 100644
--- a/configure.ac
+++ b/configure.ac
@@ -788,7 +788,7 @@ XPROTO="xproto >= 7.0.22"
RANDRPROTO="randrproto >= 1.4.0"
RENDERPROTO="renderproto >= 0.11"
XEXTPROTO="xextproto >= 7.1.99"
-INPUTPROTO="inputproto >= 2.2.99.1"
+INPUTPROTO="inputproto >= 2.3"
KBPROTO="kbproto >= 1.0.3"
FONTSPROTO="fontsproto"
FIXESPROTO="fixesproto >= 5.0"