xserver: Branch 'master'

Matthieu Herrb herrb at kemper.freedesktop.org
Sun Aug 10 09:30:54 PDT 2008


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

New commits:
commit 02efa78ce2da470b252289ff2af598d06bc84ece
Author: Matthieu Herrb <matthieu.herrb at laas.fr>
Date:   Sun Aug 10 18:29:35 2008 +0200

    add libXinerama to the list of dependencies.
    
    Now that panoramiXext.h is installed bt libXinerama, it becomes required
    to build Xext.

diff --git a/configure.ac b/configure.ac
index 9d25539..0769cb3 100644
--- a/configure.ac
+++ b/configure.ac
@@ -868,7 +868,7 @@ AM_CONDITIONAL(XINERAMA, [test "x$XINERAMA" = xyes])
 if test "x$XINERAMA" = xyes; then
 	AC_DEFINE(XINERAMA, 1, [Support Xinerama extension])
 	AC_DEFINE(PANORAMIX, 1, [Internal define for Xinerama])
-	REQUIRED_MODULES="$REQUIRED_MODULES xineramaproto"
+	REQUIRED_MODULES="$REQUIRED_MODULES xineramaproto xinerama"
 fi
 
 AM_CONDITIONAL(XACE, [test "x$XACE" = xyes])


More information about the xorg-commit mailing list