diff options
| author | Peter Hutterer <peter@cs.unisa.edu.au> | 2008-05-28 18:05:25 +0930 |
|---|---|---|
| committer | Peter Hutterer <peter@cs.unisa.edu.au> | 2008-05-28 18:05:25 +0930 |
| commit | 8cf7755a85f5c1e5da7805c12b7511581a368782 (patch) | |
| tree | 273683531ee6b2263b55403cb3e7f409704cf953 | |
| parent | 9b544fa40062b342ff3aa75f8f21d0bd4cec80ab (diff) | |
Require x11proto 7.0.13, xextproto 7.0.4 and inputproto 1.9.99.1
| -rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 46e103a47..ccb7c29f5 100644 --- a/configure.ac +++ b/configure.ac @@ -689,7 +689,7 @@ else RENDERPROTO="renderproto" fi -REQUIRED_MODULES="[randrproto >= 1.2] $RENDERPROTO [fixesproto >= 4.0] [damageproto >= 1.1] xcmiscproto xextproto [xproto >= 7.0.9] xtrans [scrnsaverproto >= 1.1] bigreqsproto resourceproto fontsproto [inputproto >= 1.4.2] [kbproto >= 1.0.3]" +REQUIRED_MODULES="[randrproto >= 1.2] $RENDERPROTO [fixesproto >= 4.0] [damageproto >= 1.1] xcmiscproto [xextproto >= 7.0.3] [xproto >= 7.0.13] xtrans [scrnsaverproto >= 1.1] bigreqsproto resourceproto fontsproto [inputproto >= 1.9.99.1] [kbproto >= 1.0.3]" REQUIRED_LIBS="xfont xau fontenc [pixman-1 >= 0.9.5]" dnl HAVE_DBUS is true if we actually have the D-Bus library, whereas |
