diff --git a/CMakeLists.txt b/CMakeLists.txt index 3566ec4c..ac548dcd 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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()