diff options
author | Peter Hutterer <peter.hutterer@who-t.net> | 2011-12-14 10:41:17 +1000 |
---|---|---|
committer | Peter Hutterer <peter.hutterer@who-t.net> | 2011-12-14 15:41:54 +1000 |
commit | 2f7a77303cb28b28822d18157762e12fad78e3ee (patch) | |
tree | 2a3ecd371425cb6c899442785c559d0c5cd7730a | |
parent | 70dd3de1ca2090d4664206ecec0b6d758ee7a12d (diff) |
Require inputproto 2.1.99.3
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 27bf6abfd..e2d91f29c 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" |