mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2025-12-27 04:40:06 +01:00
XQuartz: Move -lXplugin to LDFLAGS from LDADD
Signed-off-by: Jeremy Huddleston <jeremyhu@apple.com>
This commit is contained in:
parent
38df706c6b
commit
fbc8aae8e9
1 changed files with 2 additions and 1 deletions
|
|
@ -22,9 +22,10 @@ X11_bin_LDADD = \
|
|||
$(top_builddir)/dix/dixfonts.lo \
|
||||
$(top_builddir)/miext/rootless/librootless.la \
|
||||
$(top_builddir)/hw/xquartz/pbproxy/libxpbproxy.la \
|
||||
$(DARWIN_LIBS) $(MAIN_LIB) $(XSERVER_LIBS) $(XSERVER_SYS_LIBS) -lXplugin
|
||||
$(DARWIN_LIBS) $(MAIN_LIB) $(XSERVER_LIBS)
|
||||
|
||||
X11_bin_LDFLAGS = \
|
||||
$(XSERVER_SYS_LIBS) -lXplugin \
|
||||
-XCClinker -Objc \
|
||||
-Wl,-u,_miDCInitialize \
|
||||
-Wl,-framework,Carbon \
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue