libX11 now requires libXau and libXdmcp. Reflect this in imake configuration

so that ports still using imake build on architectures with static only
libs. Requested by mbalmer@.
This commit is contained in:
matthieu 2007-10-27 19:56:48 +00:00
parent 8f07cc07fd
commit 3a2cb62ddc

View File

@ -2479,8 +2479,8 @@ SharedLibReferences(EXTENSION,Xext,$(XEXTLIBSRC),SOXEXTREV,SharedXextRev)
ProjectUnsharedLibReferences(EXTENSION,Xext,$(XEXTLIBSRC),XBuildLibDir)
#endif
LINTEXTENSIONLIB = $(LINTEXTENSION)
DEPXLIB = $(DEPEXTENSIONLIB) $(DEPXONLYLIB)
XLIB = $(EXTENSIONLIB) $(XONLYLIB)
DEPXLIB = $(DEPEXTENSIONLIB) $(DEPXONLYLIB) $(DEPXDMCPLIB) $(DEPXAUTHLB)
XLIB = $(EXTENSIONLIB) $(XONLYLIB) $(XDMCPLIB) $(XAUTHLIB)
LINTXLIB = $(LINTXONLYLIB)
XSSLIBSRC = $(LIBSRC)/Xss