XQuartz: pbproxy: We explicitly need libX11 for pbproxy

(cherry picked from commit 32824120da)
(cherry picked from commit 8c6e8fa811)
This commit is contained in:
Jeremy Huddleston 2008-12-28 15:57:59 -08:00 committed by Keith Packard
parent de78ac4378
commit b8877bb9e4

View File

@ -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])