diff options
author | Jeremy Huddleston <jeremyhu@freedesktop.org> | 2008-12-28 15:57:59 -0800 |
---|---|---|
committer | Jeremy Huddleston <jeremyhu@freedesktop.org> | 2008-12-28 22:17:39 -0800 |
commit | 8c6e8fa811c782c85e7fefbe75fe5480098739ae (patch) | |
tree | 0f045135e473f48a84946b3ad47ff23d7cb8b305 | |
parent | 338f096861136fb6c4f604e93ff21277252676b7 (diff) |
XQuartz: pbproxy: We explicitly need libX11 for pbproxy
(cherry picked from commit 32824120da0749b8369c2592f851bb1030dea9f1)
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index efe347f8a..f0223a552 100644 --- a/configure.ac +++ b/configure.ac @@ -1558,7 +1558,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) + PKG_CHECK_MODULES(XPBPROXY, [applewmproto >= 1.1.1] [applewm >= 1.0.0] xfixes fixesproto x11) if test "x$STANDALONE_XPBPROXY" = xyes ; then AC_DEFINE(STANDALONE_XPBPROXY,1,[Build a standalone xpbproxy]) |