mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2025-12-26 05:20:05 +01:00
XQuartz: pbproxy: We explicitly need libX11 for pbproxy
(cherry picked from commit32824120da) (cherry picked from commit8c6e8fa811)
This commit is contained in:
parent
de78ac4378
commit
b8877bb9e4
1 changed files with 1 additions and 1 deletions
|
|
@ -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])
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue