diff options
author | Jeremy Huddleston <jeremyhu@freedesktop.org> | 2009-03-04 11:33:00 -0800 |
---|---|---|
committer | Jeremy Huddleston <jeremyhu@freedesktop.org> | 2009-03-04 13:39:43 -0800 |
commit | daa9727a02701cfac7b92f3e61d752be6fcc005e (patch) | |
tree | f6d5e1d07f93c5cde1bc5d8b277d65b8e9d8cc19 /configure.ac | |
parent | ce6e1771be5f2c21af6f72a9705795df26210413 (diff) |
XQuartz: Implement SendPSN for AppleWM
(cherry picked from commit 779e9fdc2de9bfebc5f0a4c9d5f42e389fdd8593)
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index affbea07b..f68843f03 100644 --- a/configure.ac +++ b/configure.ac @@ -1634,7 +1634,7 @@ if test "x$XQUARTZ" = xyes; then CFLAGS="${CFLAGS} -DROOTLESS_WORKAROUND -DNO_ALLOCA" - PKG_CHECK_MODULES(XPBPROXY, [applewmproto >= 1.1.1] [applewm >= 1.0.0] xfixes fixesproto x11) + PKG_CHECK_MODULES(XPBPROXY, [applewmproto >= 1.2] [applewm >= 1.2] xfixes fixesproto x11) if test "x$STANDALONE_XPBPROXY" = xyes ; then AC_DEFINE(STANDALONE_XPBPROXY,1,[Build a standalone xpbproxy]) |