summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeremy Huddleston <jeremyhu@freedesktop.org>2008-10-16 22:36:00 -0700
committerJeremy Huddleston <jeremyhu@freedesktop.org>2008-10-21 09:32:09 -0700
commit3695f62d072e7864fdcee385c8b5ca40f2018101 (patch)
tree363fcbca4de4ad802a9ea31aa5995c3332c6aba6
parentf935c11398b93860461672e88814026d75b71689 (diff)
XQuartz: Require applewmproto-1.1.1
(cherry picked from commit ed235e3406e603a8a92c4b72f9f9018bae72ad65)
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 93e3a60c5..869e8e8da 100644
--- a/configure.ac
+++ b/configure.ac
@@ -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])