Fix linker error on Debian 9
This commit is contained in:
parent
1cdf26a992
commit
a85df931d2
@ -128,7 +128,7 @@ if(UNIX)
|
||||
include(FindFreetype)
|
||||
if(FREETYPE_FOUND)
|
||||
include_directories( ${FREETYPE_INCLUDE_DIRS})
|
||||
list(APPEND NANA_LINKS -lXft)
|
||||
list(APPEND NANA_LINKS -lXft -lfontconfig)
|
||||
endif()
|
||||
endif()
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user