xserver: Branch 'xorg-server-1.4-apple'

Jeremy Huddleston jeremyhu at kemper.freedesktop.org
Wed Oct 15 17:31:06 PDT 2008


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

New commits:
commit 37fc7b58198845308e00e49a38416cabead59d0c
Author: Jeremy Huddleston <jeremyhu at freedesktop.org>
Date:   Wed Oct 15 17:30:16 2008 -0700

    Depend on xtrans >= 1.2.2 for TRANS_NOXAUTH
    (cherry picked from commit 6dbfca571f6d214dc456710a60ebbbbd204cdbbd)

diff --git a/configure.ac b/configure.ac
index 2a450e9..a1d424c 100644
--- a/configure.ac
+++ b/configure.ac
@@ -676,7 +676,7 @@ if test "$ac_cv_sizeof_unsigned_long" = 8; then
 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 [xproto >= 7.0.9] [xtrans >= 1.2.2] [scrnsaverproto >= 1.1] bigreqsproto resourceproto fontsproto [inputproto >= 1.4.2] [kbproto >= 1.0.3]"
 REQUIRED_LIBS="xfont xau fontenc $PIXMAN"
 
 dnl HAVE_DBUS is true if we actually have the D-Bus library, whereas


More information about the xorg-commit mailing list