diff options
author | Robert Morell <rmorell@nvidia.com> | 2013-03-12 09:37:43 -0700 |
---|---|---|
committer | Peter Hutterer <peter.hutterer@who-t.net> | 2013-03-13 08:55:19 +1000 |
commit | 31595b528645a7e4903eb81da0fc332d78407f25 (patch) | |
tree | d280a260bcadf4a8c540b6b276c3baa01d3c8e16 | |
parent | 3ac2e61705432951f9e1b96b42b4214e7f748f94 (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>
-rw-r--r-- | configure.ac | 2 |
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" |