xserver: Branch 'master'

Daniel Stone daniels at kemper.freedesktop.org
Fri Jul 21 16:35:07 PDT 2006


 configure.ac |    2 +-
 1 files changed, 1 insertion(+), 1 deletion(-)

New commits:
diff-tree 0486d3966d2888ef86d36c19f31bdbc2a3e8c652 (from aff404f293ed86a44a093a51a9f11e79e6c3f4f6)
Author: Daniel Stone <daniel at fooishbar.org>
Date:   Fri Jul 21 19:35:04 2006 -0400

    fix kbproto dependency
    Depend on kbproto >= 1.0.3, for unconditional definition of
    XkbSA_XFree86Private.

diff --git a/configure.ac b/configure.ac
index a2af599..f8aa32a 100644
--- a/configure.ac
+++ b/configure.ac
@@ -509,7 +509,7 @@ XEXT_LIB='$(top_builddir)/Xext/libXext.l
 XEXTXORG_LIB='$(top_builddir)/Xext/libXextbuiltin.la'
 
 dnl Core modules for most extensions, et al.
-REQUIRED_MODULES="randrproto renderproto [fixesproto >= 4.0] damageproto xcmiscproto xextproto xproto xtrans xf86miscproto xf86vidmodeproto xf86bigfontproto [scrnsaverproto >= 1.1] bigreqsproto resourceproto fontsproto inputproto xf86dgaproto"
+REQUIRED_MODULES="randrproto renderproto [fixesproto >= 4.0] damageproto xcmiscproto xextproto xproto xtrans xf86miscproto xf86vidmodeproto xf86bigfontproto [scrnsaverproto >= 1.1] bigreqsproto resourceproto fontsproto inputproto xf86dgaproto [kbproto >= 1.0.3]"
 REQUIRED_LIBS="xfont xau fontenc"
 
 AM_CONDITIONAL(XV, [test "x$XV" = xyes])



More information about the xorg-commit mailing list