diff options
author | Peter Hutterer <peter.hutterer@who-t.net> | 2011-12-14 10:41:17 +1000 |
---|---|---|
committer | Chase Douglas <chase.douglas@canonical.com> | 2011-12-21 10:34:10 -0800 |
commit | 89831b3e5a6949042ccdcd72a94ae956c9ec0c6a (patch) | |
tree | 3b3da4f6bc758e2329d6fcdfe23884e22630e98e | |
parent | c6c583bebbb88f6001390087287afc7dffea04d7 (diff) |
Require inputproto 2.1.99.3
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
Reviewed-by: Alan Coopersmith <alan.coopersmith@oracle.com>
Reviewed-by: Chase Douglas <chase.douglas@canonical.com>
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index e94b4084f..261af5f68 100644 --- a/configure.ac +++ b/configure.ac @@ -776,7 +776,7 @@ XPROTO="xproto >= 7.0.22" RANDRPROTO="randrproto >= 1.2.99.3" RENDERPROTO="renderproto >= 0.11" XEXTPROTO="xextproto >= 7.1.99" -INPUTPROTO="inputproto >= 2.0.99.1" +INPUTPROTO="inputproto >= 2.1.99.3" KBPROTO="kbproto >= 1.0.3" FONTSPROTO="fontsproto" FIXESPROTO="fixesproto >= 5.0" |