XQuartz: pbproxy: We explicitly need libX11 for pbproxy

(cherry picked from commit 32824120da)
This commit is contained in:
Jeremy Huddleston 2008-12-28 15:57:59 -08:00
parent a06470b2fe
commit 3ac158bcad

View file

@ -1764,7 +1764,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])