cmake: Also search for freetype version 2.4.11

scancodes-fix
Günther Brammer 2013-03-09 14:59:27 +01:00
parent 2ef47af689
commit 169b3750d4
1 changed files with 1 additions and 1 deletions

View File

@ -854,7 +854,7 @@ endif()
# isilkor 09-05-29: FindFreetype only checks for no-ver and 219
if(NOT USE_CONSOLE)
find_library(FREETYPE_LIBRARY NAMES freetype239)
find_library(FREETYPE_LIBRARY NAMES freetype239 freetype2411)
include(FindFreetype)
include_directories(${FREETYPE_INCLUDE_DIRS})
SET(HAVE_FREETYPE ${FREETYPE_FOUND} CACHE INTERNAL "Rename of FREETYPE_FOUND for config.h")