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

Jeremy Huddleston jeremyhu at kemper.freedesktop.org
Thu Oct 16 22:36:39 PDT 2008


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

New commits:
commit ed235e3406e603a8a92c4b72f9f9018bae72ad65
Author: Jeremy Huddleston <jeremyhu at freedesktop.org>
Date:   Thu Oct 16 22:36:00 2008 -0700

    XQuartz: Require applewmproto-1.1.1

diff --git a/configure.ac b/configure.ac
index a1d424c..49d8bc5 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1767,7 +1767,7 @@ if test "x$XQUARTZ" = xyes; then
 
 	CFLAGS="${CFLAGS} -DROOTLESS_WORKAROUND -DROOTLESS_SAFEALPHA -DNO_ALLOCA"
 
-	PKG_CHECK_MODULES(APPLEWM, [applewmproto >= 1.1.0])
+	PKG_CHECK_MODULES(APPLEWM, [applewmproto >= 1.1.1])
 
 	if test "x$INTEGRATED_XPBPROXY" = xyes ; then
 		AC_DEFINE(INTEGRATED_XPBPROXY,1,[Build xpbproxy into the server rather than as a standalone app])


More information about the xorg-commit mailing list