Use C++ linker
Add in freetype headers Use system provided -lXdmcp and -Xau instead of trying to compile them from the imports directory.
This commit is contained in:
parent
348f3cd81c
commit
d1f3e24eac
|
|
@ -122,6 +122,12 @@ SYS_LIBRARIES = -lm -lXdmcp
|
|||
|
||||
#ifdef LinuxArchitecture
|
||||
SYS_LIBRARIES = -lm -lcrypt
|
||||
/* On Linux, just use the system provided Xau and Xdmcp*/
|
||||
DEPXAUTHLIB =
|
||||
DEPXDMCPLIB =
|
||||
/* Add in freetype header locations, required for modern Motif libs */
|
||||
INCLUDES = -I/usr/include/freetype2
|
||||
CCLINK = $(CXX)
|
||||
#endif
|
||||
|
||||
/**************************************************************************
|
||||
|
|
|
|||
Loading…
Reference in New Issue