mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-03-06 22:10:36 +00:00
* BugFix: Add Xft to the Linux link libraries.
This commit is contained in:
parent
9b8350dd2b
commit
0dab9e2044
1 changed files with 1 additions and 1 deletions
|
|
@ -201,7 +201,7 @@ endif (TORQUE_OPENGL)
|
|||
|
||||
# Linux requires X11 & freetype
|
||||
if (UNIX AND NOT APPLE)
|
||||
set(TORQUE_LINK_LIBRARIES ${TORQUE_LINK_LIBRARIES} "X11")
|
||||
set(TORQUE_LINK_LIBRARIES ${TORQUE_LINK_LIBRARIES} "X11" "Xft)
|
||||
set(TORQUE_SOURCE_FILES ${TORQUE_SOURCE_FILES} ${TORQUE_PLATFORM_X11_SOURCES})
|
||||
|
||||
find_package(Freetype REQUIRED)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue