summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorJeremy Huddleston <jeremyhu@freedesktop.org>2008-12-28 15:57:59 -0800
committerKeith Packard <keithp@keithp.com>2009-01-09 11:02:29 -0800
commitb8877bb9e4c113a400e47a65a7d25d21f0a43116 (patch)
tree8fe6676aae084c1e956f777a3f1c6961a3d30559 /configure.ac
parentde78ac43782d7f4ad4b98622e3c419c893d3eeff (diff)
XQuartz: pbproxy: We explicitly need libX11 for pbproxy
(cherry picked from commit 32824120da0749b8369c2592f851bb1030dea9f1) (cherry picked from commit 8c6e8fa811c782c85e7fefbe75fe5480098739ae)
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
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])