mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2026-05-05 00:38:00 +02:00
Xquartz: Fix parallel builds
This commit is contained in:
parent
af9b1c164b
commit
1fe7298a3b
1 changed files with 1 additions and 1 deletions
|
|
@ -14,7 +14,7 @@ if !INTEGRATED_XPBPROXY
|
|||
|
||||
bin_PROGRAMS = xpbproxy
|
||||
xpbproxy_SOURCES = app-main.m
|
||||
xpbproxy_LDADD = $(top_builddir)/hw/xquartz/pbproxy/libxpbproxy.la
|
||||
xpbproxy_LDADD = libxpbproxy.la
|
||||
|
||||
endif
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue