XQuartz: Require applewmproto-1.1.1

(cherry picked from commit ed235e3406)
This commit is contained in:
Jeremy Huddleston 2008-10-16 22:36:00 -07:00
parent f935c11398
commit 3695f62d07

View File

@ -1536,7 +1536,7 @@ if test "x$XQUARTZ" = xyes; then
CFLAGS="${CFLAGS} -DROOTLESS_WORKAROUND -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])